posted 22 years ago
If you are content with an MDI (Mutiple Document Interface)UI, in which all your application's windows are drawn inside of one main frame, then you can get the effect you want by implementing your own JInternalFrame. Since a JInternalFrame is a lightweight component, you can completely control the appearance and functionality of it, including changing the options in the window's title bar.
I would think however, that this is a lot of work, so be prepared to roll up your sleeves!
[ February 17, 2002: Message edited by: Rob Ross ]