Protected Member Functions | |
FeedbackArea (CommandCenterGui master, FeedbackTabs tabbedPane, String tabTitle) | |
void | clear () |
void | append (String feedback) |
Protected Attributes | |
final String[] | kbytes = new String[]{"Max.Size: 32K", "Max.Size: 128K", "Max.Size: 512K", "Max.Size: unlimited"} |
final int[] | chars = new int[]{32*512, 128*512, 512*512, Integer.MAX_VALUE} |
FeedbackTabs | surroundingTabbedPane |
String | surroundingTabTitle |
JTextArea | outputArea |
JComboBox | txtSize |
CommandCenterGui | master |
boolean | scrollLock = false |
int | maxLength |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|