themaniac27 / Budcord

Blank Repo that has no purpose. I just want issue tracking.
0 stars 0 forks source link

Create status Bar #46

Closed themaniac27 closed 11 years ago

themaniac27 commented 11 years ago

What? - Create a status bar for the application. How? - Create a new Panel and please it south. Add the existing label (The one that was used in the startTabPanel before) And finally add the new intermediate progress bar here. Do not use absolute positioning here since the user can resize the window.

Alternative - Combine the status bar and progress bar. May look ugly.

See #14

themaniac27 commented 11 years ago

http://docs.oracle.com/javase/tutorial/uiswing/components/progress.html# Using Indeterminate Mode http://stackoverflow.com/questions/3035880/how-can-i-create-a-bar-in-the-bottom-of-a-java-app-like-a-status-bar Status Bar example.