Peter's Solaris Zone
jingle
Jingle provides a small number of utility classes for simplifying
development of Java applications using Swing. Requires
jumble.
Download
- JingleHLabel
- Creates an (optionally coloured) label, with an optional tooltip.
- JingleHPane
- A JTextPane supporting html.
- JingleInfoFrame
- A popup window suitable for about or help windows.
- JingleMultiFrame
- A registry of JFrames. Allows an application to have multiple windows
open and for the user to close just the one window or exit the entire
application.
- JingleResources
- Allows the other Jingle classes to get strings from a resource bundle.
- JingleUtils
- Simple routines to center windows, create standard menus, and
standard popups.
- JingleVPanel
- A JPanel that scrolls vertically but will squeeze horizontally.
- SpringUtilities
- The helper class from the Swing tutorial for dealing with SpringLayout.
- TableSorter
- The TableSorter class from the Swing tutorial. Still useful if you
use Java 5 or earlier.
- JingleTextPane
- A Simple Text Pane.
- JingleIntTextField
- A JTextField that accepts only integer input.
Peter's Home | Zone Home