Posted By:
Shriram_Parthasarathy
Posted On:
Tuesday, December 4, 2001 01:25 AM
How do I add a status bar to my application?
In my application based on certain operations I want to update some literals(labels) in my screen. itried using repaint() but only after all the operations are finished the literals get updated.
I am using swing components