pop up window - Java
This is a discussion on pop up window - Java ; I made a pop up window that can be brought up by a menu item in the
main window.
But I need to make the main window unclickable when the pop up window
appears (like a dialog window).
Any idea?
...
-
pop up window
I made a pop up window that can be brought up by a menu item in the
main window.
But I need to make the main window unclickable when the pop up window
appears (like a dialog window).
Any idea?
Thanks
-
Re: pop up window
wanwan wrote:
> I made a pop up window that can be brought up by a menu item in the
> main window.
> But I need to make the main window unclickable when the pop up window
> appears (like a dialog window).
>
> Any idea?
- Type Java class names accurately enough for the reader to
determine that you are writing about Java, rather than ..JS
- Type Java class names accurately enough for the reader to
determine whether you are using Swing or the AWT (or SWT,
or a JSP with JS)
- Check the (Java) API docs for java.awt.Dialog & javax.swing.JDialog
(look for 'modal') or javax.swing.JOptionPane.
For anything else, ask more specific questions.
Andrew T.
Similar Threads
-
By Application Development in forum Javascript
Replies: 1
Last Post: 10-06-2007, 03:57 AM
-
By Application Development in forum Javascript
Replies: 2
Last Post: 09-03-2007, 06:08 PM
-
By Application Development in forum PHP
Replies: 1
Last Post: 09-03-2007, 07:03 AM
-
By Application Development in forum Javascript
Replies: 3
Last Post: 08-16-2007, 09:48 AM
-
By Application Development in forum basic.visual
Replies: 0
Last Post: 01-14-2006, 01:20 AM