Modal JFrame / Jdialog on Taskbar
843806Aug 3 2008 — edited Aug 3 2008Hi,
I am working on some project where a JOptionPane-dialog has to be changed to JFrame for the reason that customer wants to see dialog info on task bar,which is not possible with JOptionPane/JDialog in the JDK version 1.5 .
Same time if we go for JFrame modality will be lost.
Does someone has any solution with modal JFrame where frame will be waiting for user to select OK/cancel and subsequently appropriate integer will be returned based on the option selected.
Please suggest some solution as workarounds may not work with this customer.