Generated by
JDiff

Class javax.swing.JTabbedPane

Documentation changed from old to new.

Changed Constructors
JTabbedPane(int) Documentation changed from old to new.
Creates an empty TabbedPane with the specified tab placement of either: JTabbedPane.TOP JTabbedPane.BOTTOM JTabbedPane.LEFT or JTabbedPane.RIGHT.
JTabbedPane(void) Documentation changed from old to new.
Creates an empty TabbedPane with a default tab placement of JTabbedPane.TOP.
 

Changed Methods
void setTabLayoutPolicy(int) Documentation changed from old to new.
Sets the policy which the tabbedpane will use in laying out the tabs when all the tabs will not fit within a single run.
 

Changed Fields
int SCROLL_TAB_LAYOUT Documentation changed from old to new.
Tab layout policy for providing a subset of available tabs when all the tabs will not fit within a single run.