Bugs item #1258666, was opened at 2005-08-13 16:06
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1258666&group_id=44253
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Interactions
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error windows after every task
Initial Comment:
I couldn't get the current stable release to work with
my JDK 1.0.5 because it wouldn't take the tools.jar
file. However, the beta DrJava found the tools.jar file
fine and was willing to compile but after clicking
anything I would receive the following error:
java.lang.ArrayIndexOutOfBoundsException: 0
at
com.sun.java.swing.plaf.gtk.GTKEngine._paintFocus(GTKEngine.java:593)
at
com.sun.java.swing.plaf.gtk.GTKEngine.paintFocus(GTKEngine.java:575)
at
com.sun.java.swing.plaf.gtk.GTKGraphicsUtils.paintText(GTKGraphicsUtils.java:64)
at
javax.swing.plaf.synth.SynthGraphicsUtils.paintText(SynthGraphicsUtils.java:352)
at
javax.swing.plaf.synth.SynthButtonUI.paint(SynthButtonUI.java:175)
at
javax.swing.plaf.synth.SynthButtonUI.update(SynthButtonUI.java:158)
at
javax.swing.JComponent.paintComponent(JComponent.java:742)
at javax.swing.JComponent.paint(JComponent.java:1005)
at
javax.swing.JComponent.paintChildren(JComponent.java:842)
at javax.swing.JComponent.paint(JComponent.java:1014)
at
javax.swing.JComponent.paintChildren(JComponent.java:842)
at javax.swing.JComponent.paint(JComponent.java:1014)
at
javax.swing.JComponent.paintChildren(JComponent.java:842)
at javax.swing.JComponent.paint(JComponent.java:1014)
at
javax.swing.JComponent.paintChildren(JComponent.java:842)
at javax.swing.JComponent.paint(JComponent.java:1014)
at javax.swing.JViewport.paint(JViewport.java:728)
at
javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4963)
at
javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4916)
at
javax.swing.JComponent._paintImmediately(JComponent.java:4859)
at
javax.swing.JComponent.paintImmediately(JComponent.java:4666)
at
javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:451)
at
javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:114)
at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at
java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1258666&group_id=44253
|