Generated by
JDiff

Class javax.swing.JSeparator

Documentation changed from old to new.

Changed Constructors
JSeparator(int) Documentation changed from old to new.
Creates a new separator with the specified horizontal or vertical orientation.
JSeparator(void) Documentation changed from old to new.
Creates a new horizontal separator.
 

Changed Methods
AccessibleContext getAccessibleContext() Documentation changed from old to new.
Gets the AccessibleContext associated with this JSeparator.
String getUIClassID() Documentation changed from old to new.
Returns the name of the L&F class that renders this component.
boolean isFocusTraversable() Documentation changed from old to new.
Identifies whether or not this component can receive the focus.
String paramString() Documentation changed from old to new.
Returns a string representation of this JSeparator.
void setOrientation(int) Documentation changed from old to new.
Sets the orientation of the separator.
void updateUI() Documentation changed from old to new.
Notification from the UIFactory that the L&F has changed.