| Author |
create modal JWindow
|
Dorj Galaa
Ranch Hand
Joined: May 29, 2001
Posts: 113
|
|
|
how to create modal JWindow? or JDialog not with title bar
|
Senior software engineer
|
 |
Nathan Pruett
Bartender
Joined: Oct 18, 2000
Posts: 4121
|
|
Simple answer... you can't... ( well... not without mucking around with JNI and native code... )  The closest you can get is putting a FocusListener on it and doing a toFront() whenever it loses focus... it works, but it doesn't look pretty...  -Nate
|
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
|
 |
 |
|
|
subject: create modal JWindow
|
|
|