-
Bug
-
Resolution: Fixed
-
P1
-
1.2.0
-
1.2fcs
-
generic
-
solaris_2.5.1
-
Verified
Hi
Set Up : Solaris 2.5.1 , JDK 1.2 FCS build 'K' & 'L'
When trying DnD between Swing components i am getting the following
exception . This happens immediately after i initiate the drag operation.
In 'J' build it was working properly.Even in 'K' build DnD between Swing components works well on WIndows-Nt and Windows-95
( mouse Pressed
starting drag )
Exception occurred during event dispatching:
java.awt.dnd.InvalidDnDOperationException: The operation requested cannot be
performed by the DnD system since it is not in the appropriate state
at sun.awt.motif.MDragSourceContextPeer.startDrag(Compiled Code)
at java.awt.dnd.DragSource.startDrag(Compiled Code)
at java.awt.dnd.DragSource.startDrag(Compiled Code)
at java.awt.dnd.DragGestureEvent.startDrag(Compiled Code)
at MyDragButton.dragGestureRecognized(Compiled Code)
at java.awt.dnd.DragGestureRecognizer.fireDragGestureRecognized(Compiled
Code)
at MyMouseDragGestureRecognizer.mousePressed(Compiled Code)
at java.awt.AWTEventMulticaster.mousePressed(Compiled Code)
at java.awt.Component.processMouseEvent(Compiled Code)
at java.awt.Component.processEvent(Compiled Code)
at java.awt.Container.processEvent(Compiled Code)
at java.awt.Component.dispatchEventImpl(Compiled Code)
at java.awt.Container.dispatchEventImpl(Compiled Code)
at java.awt.Component.dispatchEvent(Compiled Code)
at java.awt.LightweightDispatcher.retargetMouseEvent(Compiled Code)
at java.awt.LightweightDispatcher.processMouseEvent(Compiled Code)
at java.awt.LightweightDispatcher.dispatchEvent(Compiled Code)
at java.awt.Container.dispatchEventImpl(Compiled Code)
at java.awt.Window.dispatchEventImpl(Compiled Code)
at java.awt.Component.dispatchEvent(Compiled Code)
at java.awt.EventQueue.dispatchEvent(Compiled Code)
at java.awt.EventDispatchThread.run(Compiled Code)
I am attaching SwingButtons.java for demonstrating this problem.
( This is re-submit of bug 4174928 which is closed as Duplicate)
Thanks
-Ramesh
Set Up : Solaris 2.5.1 , JDK 1.2 FCS build 'K' & 'L'
When trying DnD between Swing components i am getting the following
exception . This happens immediately after i initiate the drag operation.
In 'J' build it was working properly.Even in 'K' build DnD between Swing components works well on WIndows-Nt and Windows-95
( mouse Pressed
starting drag )
Exception occurred during event dispatching:
java.awt.dnd.InvalidDnDOperationException: The operation requested cannot be
performed by the DnD system since it is not in the appropriate state
at sun.awt.motif.MDragSourceContextPeer.startDrag(Compiled Code)
at java.awt.dnd.DragSource.startDrag(Compiled Code)
at java.awt.dnd.DragSource.startDrag(Compiled Code)
at java.awt.dnd.DragGestureEvent.startDrag(Compiled Code)
at MyDragButton.dragGestureRecognized(Compiled Code)
at java.awt.dnd.DragGestureRecognizer.fireDragGestureRecognized(Compiled
Code)
at MyMouseDragGestureRecognizer.mousePressed(Compiled Code)
at java.awt.AWTEventMulticaster.mousePressed(Compiled Code)
at java.awt.Component.processMouseEvent(Compiled Code)
at java.awt.Component.processEvent(Compiled Code)
at java.awt.Container.processEvent(Compiled Code)
at java.awt.Component.dispatchEventImpl(Compiled Code)
at java.awt.Container.dispatchEventImpl(Compiled Code)
at java.awt.Component.dispatchEvent(Compiled Code)
at java.awt.LightweightDispatcher.retargetMouseEvent(Compiled Code)
at java.awt.LightweightDispatcher.processMouseEvent(Compiled Code)
at java.awt.LightweightDispatcher.dispatchEvent(Compiled Code)
at java.awt.Container.dispatchEventImpl(Compiled Code)
at java.awt.Window.dispatchEventImpl(Compiled Code)
at java.awt.Component.dispatchEvent(Compiled Code)
at java.awt.EventQueue.dispatchEvent(Compiled Code)
at java.awt.EventDispatchThread.run(Compiled Code)
I am attaching SwingButtons.java for demonstrating this problem.
( This is re-submit of bug 4174928 which is closed as Duplicate)
Thanks
-Ramesh
- duplicates
-
JDK-4179500 ClassCastException: AWTEventMulticaster, EventQueue.java, line 251
-
- Closed
-
- relates to
-
JDK-4174928 DnD between Swing Components broken for JDK 1.2 FCS build 'K' on Solaris
-
- Closed
-
-
JDK-4178887 win32: Need AWTEvent.copyPrivateDataInto()
-
- Closed
-