How can I create a bar in the bottom of a Java app, like a status bar?
Posted
by paintrick
on Stack Overflow
See other posts from Stack Overflow
or by paintrick
Published on 2010-06-14T08:34:24Z
Indexed on
2010/06/14
8:42 UTC
Read the original article
Hit count: 168
I am in the process of creating a Java app and would like to have a bar on the bottom of the app, in which I display a text bar and a status (progress) bar.
Only I can't seem to find the control in NetBeans neither do I know the code to create in manually.
Thank you so much for helping! Paintrick
© Stack Overflow or respective owner