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? ...

+ Reply to Thread
Results 1 to 2 of 2

pop up window

  1. Default 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


  2. Default 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.


+ Reply to Thread

Similar Threads

  1. Replies: 1
    Last Post: 10-06-2007, 03:57 AM
  2. Calling function in a child window from main parent window
    By Application Development in forum Javascript
    Replies: 2
    Last Post: 09-03-2007, 06:08 PM
  3. Calling function in a child window from main parent window
    By Application Development in forum PHP
    Replies: 1
    Last Post: 09-03-2007, 07:03 AM
  4. Main window call Javascript function in popup window, and vice versa
    By Application Development in forum Javascript
    Replies: 3
    Last Post: 08-16-2007, 09:48 AM
  5. Window Editor - Window Editing; Selection & Movement Improper
    By Application Development in forum basic.visual
    Replies: 0
    Last Post: 01-14-2006, 01:20 AM