--- old/src/java.desktop/share/classes/javax/swing/Action.java 2017-05-18 14:08:09.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/swing/Action.java 2017-05-18 14:08:09.000000000 -0700 @@ -94,13 +94,16 @@ * Action that is null) results in the * button's corresponding property being set to null. * - * - * - *
Component Property - * Components - * Action Key - * Notes + * + * + * + * + * + * * * *
Supported Action properties
Component Property + * Components + * Action Key + * Notes + *
enabled * All @@ -191,6 +194,7 @@ * use the same {@code Action} that defines a value for the * {@code SELECTED_KEY} property with multiple mutually * exclusive buttons. + *
*

* JPopupMenu, JToolBar and JMenu