Tagged Questions
0
votes
6answers
499 views
JInternalFrame to front and focussed
How does one push a JInternalFrame to the top of all the frames in a JDesktopPane?
0
votes
2answers
1k views
Swing: How could I get JInternalFrame treated equally to other components inside a container?
Background information:
I am implementing a visual diagram editor, which consists of
different complex elements (re-sizable, with title bar, sub-elements) and
different simple elements (not ...