Generated by
JDiff

Class javax.swing.JToolBar

Added Constructors
JToolBar(String) Creates a new toolbar with the specified name.
JToolBar(String, int) Creates a new toolbar with a specified name and orientation.
 

Removed Methods
void remove(Component) Remove the Component from the tool bar.
 

Added Methods
JButton createActionComponent(Action) Factory method which creates the JButton for Actions added to the JToolBar.