| Author |
Multiple JFrame Quick Help
|
Ben Jass
Ranch Hand
Joined: Sep 25, 2010
Posts: 76
|
|
|
Let's say I have a JFrame with a bunch of buttons. I click a button and another JFrame pops up (giving me a bunch of setting options). Is there a way to make it so while the new JFrame is up, the original JFrame can not be clicked or edited?
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
Don't use a second JFrame but a modal JDialog.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: Multiple JFrame Quick Help
|
|
|