Hello, anyone have any good ideas on how to have a StatusBar in my MDI app?
The status bar would be independent of the JInternalFrames and would sit at
the bottom of the screen.
Many thanks, Kevin.
Todd Corley - 03 Nov 2003 20:23 GMT
I have most often seen a border layout in the JFrame for the application.
north = Tool Bar
east = MDI navigation widget ( tree or list )
center = MDI
south = status bar.
Todd
Todd Corley - 03 Nov 2003 20:24 GMT
Make that
west = Navigation widget