%@ Language=JavaScript %>
SwingBits is a library of commonly used Swing extensions and codebits that make Swing GUI development simpler and faster. |
|||
SwingBits component suite (downloads)
|
|||
AboutDialog The AboutDialog with a title, description, icon and license details:
Usage example:
|
|||
GridLayout2 The GridLayout2 layout manager lays out its components in cells. Added components are displayed using their preferred size, with anchor in the northwest location of the cell. The column width is sized to match the widest component in the column. The row height is sized to match the highest component in the row. The following is an example that uses the GridLayout2 layout manager. Usage example:
|
|||
IconCache The IconCache is a cache for fast retrieval of icons. Each icon is only read once from slow I/O, any subsequent access to the same resource will be directly from the cache. Usage example: |
|||
This page was last updated: 05-04-2007 by Michael Hjembæk |