-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
6
-
generic
-
generic
As of Mustang, JList, JTree, JTable and JTextComponent now have a getDropLocation() method and they fire "dropLocation" propertyChange events when the location changes. This is useful to allow painting of the drop location.
Other components would likely also benefit from the addition of a getDropLocation() and "dropLocation" propertyChange, so that developers can do custom painting based on the drop location. This should be done in such a way that it doesn't prevent us from adding custom DropLocation subclasses to components as they're needed.
Other components would likely also benefit from the addition of a getDropLocation() and "dropLocation" propertyChange, so that developers can do custom painting based on the drop location. This should be done in such a way that it doesn't prevent us from adding custom DropLocation subclasses to components as they're needed.
- duplicates
-
JDK-6448332 Swing DnD: Allow custom components to support drop location exchange
-
- Open
-