-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.4.0
-
generic
-
generic
I just noticed a small bug with JMenuItem and Action. I create all my items with new JMenuItem(Action) and then manage the menu item by changing the action. It works well, however, JMenuItem does not refresh properly if its action fires a property change event for the ACCELERATOR_KEY. The accelerator always stays the same. This is with j2se 1.4 and 1.5. I quick look at the code revealed that the action listener checks many properties but not the accelerator.
###@###.### 2005-03-10 20:00:14 GMT
###@###.### 2005-03-10 20:00:14 GMT
- duplicates
-
JDK-4839464 Shortcoming in the way JMenuItem handles 'propertyChange()' events.
-
- Resolved
-