Generated by
JDiff

Class javax.swing.JRootPane

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
String getUIClassID() 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() 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 updateUI() Method was inherited from JComponent, but is now defined locally. Notification from the UIFactory that the L&F has changed.
 

Changed Fields
DefaultAction defaultPressAction Now deprecated.
As of Java 2 platform v1.3.
DefaultAction defaultReleaseAction Now deprecated.
As of Java 2 platform v1.3.