javax.swing.JDialog is appearing twice on windows device.
Posted
by Bhaiyaji Patel
on Stack Overflow
See other posts from Stack Overflow
or by Bhaiyaji Patel
Published on 2010-04-28T08:20:28Z
Indexed on
2010/04/28
8:23 UTC
Read the original article
Hit count: 208
swing
I have created a JDialog to be opened when I click on the edit button of my JFrame, it is being opened properly and does'nt have any issue, but when I took this code on the windows ce 5.0 device this dialog is being opened twice. hat is i am clicking only once on the edit button but the dialog is appearing twice, I want there should be only one dialog appear on edit button click.
© Stack Overflow or respective owner