Generated by
JDiff

Class javax.swing.JRootPane

Documentation changed from old to new.

Removed Methods
Component findComponentAt(int, int) Locates the visible child component that contains the specified position.
 

Added Methods
RootPaneUI getUI() Returns the L&F object that renders this component.
void setUI(RootPaneUI) Sets the L&F object that renders this component.
 

Changed Methods
AccessibleContext getAccessibleContext() Documentation changed from old to new.
Gets the AccessibleContext associated with this JRootPane.
String getUIClassID() Documentation changed from old to new.
Method was inherited from JComponent, but is now defined locally.
Returns a string that specifies the name of the l&f class that renders this component.
boolean isOptimizedDrawingEnabled() Documentation changed from old to new.
Method was inherited from JComponent, but is now defined locally.
The GlassPane and ContentPane have the same bounds which means JRootPane does not tiles its children and this should return false.
void removeNotify() Documentation changed from old to new.
Unregister ourselves from SystemEventQueueUtils.
void setDefaultButton(JButton) Documentation changed from old to new.
Sets the current default button for this JRootPane.
void updateUI() Documentation changed from old to new.
Method was inherited from JComponent, but is now defined locally.
Notification from the UIFactory that the L&F has changed.
 

Changed Fields
DefaultAction defaultPressAction Documentation changed from old to new.
Now deprecated.
As of Java 2 platform v1.3.
DefaultAction defaultReleaseAction Documentation changed from old to new.
Now deprecated.
As of Java 2 platform v1.3.