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