Thursday, January 3, 2008

The program status bar component JStatusPanel

JStatusPanel is a Swing status bar component that consists of a message label, status label and a status indicator. Additional Swing components can be added or removed as required. The text of the message and status labels can optionally appear for a few seconds and then disappear.


JStatusPanel is a JavaBean component so you can add it to the NetBeans Swing components pallette and use it through the GUI builder. Get the JStatusPanel NetBeans project including the source files, compiled jar and API javadocs from here.

0 comments: