aspose file tools
The moose likes Swing / AWT / SWT and the fly likes child panel Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "child panel" Watch "child panel" New topic
Author

child panel

Jim Frank
Greenhorn

Joined: Mar 13, 2004
Posts: 27
How do I force a child panel back to the foreground. It is a child of a parent JFrame. A modal is called for an user action, and since the Parent is used as a parameter, the parent is called to the foreground. I want the child to remain in the foreground.
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

You should make the modal dialog a child of the panel you want in front. And by panel, I assume from your description this in in a seperate JFrame. You can also call toFront() to move a window to the front.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: child panel
 
Similar Threads
Need to dynamically add checkBoxes in a GUI
question about polymorphism
Static and Inheritance - strange java...why is this happening ?
What is parent and child Class?
panels and background