|
G4P GUI Builder
4.4
Visual GUI designer for the G4P v4.3.1 library
|
Static Public Member Functions | |
| static void | addIcon (String n, ImageIcon icon) |
| static ImageIcon | getIcon (String n) |
| static void | addIcon (Class c, Icon icon) |
| static Icon | getIcon (Class c) |
Static Private Attributes | |
| static HashMap< Class, Icon > | classIcons = new HashMap<Class, Icon>() |
| static HashMap< String, ImageIcon > | namedIcons = new HashMap<String, ImageIcon>() |
Singleton class to manage icons used by the tool.