I didn't understand whats going on, but EventQueue.getNextEvent
calls native code (X/evt.c) which calls back into FocusEvt.getEvent
and I'm seeing no test for the index to be valid.  But, as I said, I don't
understand this level, so here the stack trace
Chris
 

java SwingSet
!!!WARNING: Swing must be run with a 1.1.2 or higher version VM!!!
java.lang.ArrayIndexOutOfBoundsException
        at java.awt.FocusEvt.getEvent(FocusEvt.java:132)
        at java.awt.EventQueue.getNextEvent(EventQueue.java:112)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:75)
        at java.awt.Dialog.show(Dialog.java:116)
        at javax.swing.JOptionPane.showOptionDialog(JOptionPane.java:641)

Reply via email to