hi,
I am developing a Java application, which has the JOptionPane for getting the input form the user.
I have set the option for using the ScreenMenuBar to true.
Now my problem is that when i open the JOptionPane for inputting some value, and i use delete or the backspace key to delete the input value then the system hangs. And then i have to force Quit the Application.
But when i set the option for using the ScreenMenuBar to false, then the problem is solved by itself.
Can anybody suggest what's the problem ?
Please help.
Rachna