| Interface | Description |
|---|---|
| FieldStates | |
| Stateful |
| Class | Description |
|---|---|
| JActorFieldButton | |
| JButtonPanel | |
| JDisablePanel | |
| JFieldButton | |
| JFieldLabel | |
| JHtmlTextArea |
A JText pane that can hanle rows and column to calculate its preffered size
|
| JMenuButton | |
| KnownBugs | |
| KopiTitledBorder | |
| ListDialogCellRenderer | |
| MultiLineToolTip | |
| MultiLineToolTipUI | |
| TextSelecter | |
| Utils |
loading of image
usage:
To load image first in Application directory, then in default directory:
Utils.getImage("name");
To load default images (that appear in org.kopi.vkopi.lib.util/resources)
Utils.getDefaultImage("name");
To load Application images (that appear in resources)
Utils.getApplicationImage("name");
|