Other |
---|
1.4.0 beta2Fixed |
With the introduction of the DnD support in Swing JComponent.setTransferHandler registers Actions directly in the JComponent's ActionMap. This is something that we have said we won't do as these ActionMaps are meant for the developer to use. In order for the UIs to register the Action the Actions need to be public.
|