java - JInternalFrame Opening and Focus -
I have got a generic frames inside the desktop pane, and I have seen something with opening them for the first time.
When I open one for the first time, and then open each other, then the first GenuineFrame will be on top of the other. I want them to open up to each other, but this is only for the first time now I realize that this is due to the order that they are adding. But my program will get the right information on the desktop pad load, so I have to add the JEF variable before windows are actually opened. So how can I ensure that the window that opens opens on the top, in spite of whatever is added in that order?
I do not want to use a dialog box.
Comments
Post a Comment