show JFrame as if a dialog

  • Follow


Hey,

I have JFrame MAIN, and i want to open a new JFrame from that frame but
has it like a dialog...where you can not reselect MAIN until the new
frame is closed.

Is there a simple way to do this?

Thanks,

Taha

0
Reply thjomha (2) 12/28/2004 8:04:13 AM

> I have JFrame MAIN, and i want to open a new JFrame from that frame but
> has it like a dialog...where you can not reselect MAIN until the new
> frame is closed.
>
> Is there a simple way to do this?
yes, see http://www.javaworld.com/javaworld/javatips/jw-javatip89.html

-- 
Andrey Kuznetsov
http://uio.dev.java.net Unified I/O for Java
http://reader.imagero.com Java image reader
http://jgui.imagero.com Java GUI components and utilities


0
Reply Andrei 12/28/2004 9:16:43 AM


thanks

0
Reply thjomha 1/2/2005 7:38:36 PM

2 Replies
271 Views

(page loaded in 0.038 seconds)

Similiar Articles:













7/24/2012 3:53:29 AM


Reply: