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 c
I would recommend the status bar component in the SwingX library - Here is the API doc for the status bar is here
A good example of its use is here.
Have fun.