File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT and the fly likes help me out pls it is urgent.. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "help me out pls it is urgent.." Watch "help me out pls it is urgent.." New topic
Author

help me out pls it is urgent..

sudhakar ananth
Ranch Hand

Joined: Feb 02, 2007
Posts: 68
I have the JOptionpane which is poped up when i click some button in JFRAME and i need the Jframe (which is main application here) should be running
if the JOptionPane is there contin. ... on the screen .
i want the JFRAME application to be working even though the JOPTION PANE is in the on the SCREEN.

and dont want a "thread" creation here...

as i know JoptionnPane is blocking the thread till we click ok
is any other Dialog box there which will never block the thread



pls help me out it is urgent....

bye
thank you very much...
Michael Dunn
Ranch Hand

Joined: Jun 09, 2003
Posts: 4632
use a JDialog with setModal(false);
sudhakar ananth
Ranch Hand

Joined: Feb 02, 2007
Posts: 68
Dear Michael Sir
Thank you very much... really hats off to you.
you dont how important it is for me...
thank you very much...
bye...
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: help me out pls it is urgent..
 
Similar Threads
Urgent!!!!!!!!!!!!!!!!!!!!!!!!!
Urgent
Restoring a minimized JFrame
JFrame confusion
urgent