phenote.gui.field
Class BigTextPopup

java.lang.Object
  extended by phenote.gui.field.BigTextPopup

 class BigTextPopup
extends java.lang.Object

A window popup for editing big text fields. it saves real estate in field panel to have this as a separate window. for users to edit comments, descriptions... where the tiny field is too tiny


Constructor Summary
BigTextPopup(java.awt.Frame owner, CharField cf, java.util.List<CharacterI> chars)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigTextPopup

BigTextPopup(java.awt.Frame owner,
             CharField cf,
             java.util.List<CharacterI> chars)