Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Modal JFrame / Jdialog on Taskbar

843806Aug 3 2008 — edited Aug 3 2008
Hi,
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 31 2008
Added on Aug 3 2008
5 comments
378 views