users
[Top] [All Lists]

RE: [cinjug-users] Swing Pop Up Window

To: "Jackson, Doug" <DOUG.JACKSON@xxxxxxxx>, <users@xxxxxxxxxx>
Subject: RE: [cinjug-users] Swing Pop Up Window
From: "Ilya Figotin" <ifigotin@xxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 23 Apr 2004 13:09:15 -0400
Delivered-to: mailing list users@cinjug.org
Mailing-list: contact users-help@cinjug.org; run by ezmlm
Thread-index: AcQpTsCodk+lD6vDSJWjvcxsM8uGTAABnJ/q
Thread-topic: [cinjug-users] Swing Pop Up Window
Doug, 
 
May be you can use JWindow.
http://java.sun.com/j2se/1.3/docs/api/javax/swing/JWindow.html
 
It seems that this class can be used to creat a popup windows.
 
Thanks, 
Ilya.
 
 
 

        -----Original Message----- 
        From: Jackson, Doug [mailto:DOUG.JACKSON@xxxxxxxx] 
        Sent: Fri 4/23/2004 12:17 PM 
        To: 'users@xxxxxxxxxx' 
        Cc: 
        Subject: [cinjug-users] Swing Pop Up Window
        
        

        Does anyone know how to make a separate JPanel or Window and call it 
from an
        application.
        I need to make a separate pop-up window with info while keeping the 
original
        screen it was
        called from the same.  I need to do this in swing.  Can anybody help?
        
        Thanks in advance.
        
        ---------
        You may unsubscribe from this mailing list
        by sending a blank email addressed to:
        users-unsubscribe@xxxxxxxxxx
        
        --
        Find additional help by sending a blank email
        addressed to:
        users-help@xxxxxxxxxx
        
        

<Prev in Thread] Current Thread [Next in Thread>
  • RE: [cinjug-users] Swing Pop Up Window, Ilya Figotin <=