Static Public Methods | |
void | addGridComp (JComponent parent, JComponent child, int gridX, int gridY, int gridWidth, int gridHeight, int fill, double weightX, double weightY, int insetWidth, int insetHeight) |
Add a component child to the parent container. More... | |
Color | stringToColor (String input) |
Convert a String to a Color. More... | |
String | colorToString (Color c) |
Convert a String to a Color. More... |
|
Add a component child to the parent container. The parent is taken to have a GridBagLayout. |
|
Convert a String to a Color. The format of the string is expected to be: (r, g, b) where r, g, and b are integer values is the range 0 - 255. |
|
Convert a String to a Color. The format of the string is expected to be: (r, g, b) where r, g, and b are integer values is the range 0 - 255. |