-
Enhancement
-
Resolution: Duplicate
-
P4
-
None
-
1.3.0
-
generic
-
generic
Name: rmT116609 Date: 09/18/2000
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
Please add get/set methods for the Action properties (AbstractAction to be more
precise). This will help when using AbstractActions in combination with an IDE
(such a Forte or JBuilder). Currently the only way to set the icon property is
to call action.putValue(Action.SMALL_ICON, icon); The more preferable way is to
do action.setIcon(icon);
(Review ID: 109687)
======================================================================
- duplicates
-
JDK-4491747 RFE: Use of Action still needs work
- Closed