-
Bug
-
Resolution: Fixed
-
P4
-
1.2.1
-
kestrel
-
sparc
-
solaris_2.5.1
Name: sdC67446 Date: 04/09/99
The doc for method:
public String getUIClassID()
of inner class javax.swing.JPopupMenu.Separator
says that the method returns "ToolBarSeparatorUI".
In fact method returns "PopupMenuSeparatorUI" that is more consistent.
The doc says:
________
public String getUIClassID()
Returns the name of the L&F class that renders this component.
Returns:
"ToolBarSeparatorUI"
Overrides:
getUIClassID in class JSeparator
See Also:
getUIClassID, getUI
________
======================================================================