Generated by
JDiff

Class javax.swing.JPanel

Documentation changed from old to new.

Changed Constructors
JPanel(boolean) Documentation changed from old to new.
Creates a new JPanel with FlowLayout and the specified buffering strategy.
JPanel(void) Documentation changed from old to new.
Creates a new JPanel with a double buffer and a flow layout.
 

Added Methods
PanelUI getUI() Returns the look and feel (L&F) object that renders this component.
void setUI(PanelUI) Sets the look and feel (L&F) object that renders this component.
 

Changed Methods
void updateUI() Documentation changed from old to new.
Resets the UI property with a value from the current look and feel.