Is anyone else seeing this...When I open the function
helper dialog, I'm getting the following exception
when I try to double-click on the value field of any
of the parameters to any of the functions...As far as
I can tell, it's not touching any of the code I'm
working on right now:

Exception occurred during event dispatching:
java.awt.IllegalComponentStateException: component
must be showing on the screen to determine its
location
        at
java.awt.Component.getLocationOnScreen_NoTreeLock(Component.java:1242)
        at
java.awt.Component.getLocationOnScreen(Component.java:1216)
        at
javax.swing.Autoscroller.mouseDragged(Autoscroller.java:82)
        at
javax.swing.JComponent.processMouseMotionEvent(JComponent.java:2295)
        at
java.awt.Component.processEvent(Component.java:3548)
        at
java.awt.Container.processEvent(Container.java:1164)
        at
java.awt.Component.dispatchEventImpl(Component.java:2593)
        at
java.awt.Container.dispatchEventImpl(Container.java:1213)
        at
java.awt.Component.dispatchEvent(Component.java:2497)
        at
javax.swing.plaf.basic.BasicTableUI$MouseInputHandler.repostEvent(BasicTableUI.java:438)
        at
javax.swing.plaf.basic.BasicTableUI$MouseInputHandler.mouseDragged(BasicTableUI.java:503)
        at
java.awt.AWTEventMulticaster.mouseDragged(AWTEventMulticaster.java:260)
        at
java.awt.Component.processMouseMotionEvent(Component.java:3759)
        at
javax.swing.JComponent.processMouseMotionEvent(JComponent.java:2299)
        at
java.awt.Component.processEvent(Component.java:3548)
        at
java.awt.Container.processEvent(Container.java:1164)
        at
java.awt.Component.dispatchEventImpl(Component.java:2593)
        at
java.awt.Container.dispatchEventImpl(Container.java:1213)
        at
java.awt.Component.dispatchEvent(Component.java:2497)
        at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
        at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:2205)
        at
java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
        at
java.awt.Container.dispatchEventImpl(Container.java:1200)
        at java.awt.Window.dispatchEventImpl(Window.java:926)
        at
java.awt.Component.dispatchEvent(Component.java:2497)
        at
java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to