Changed Methods |
Container createButtonArea()
|
Documentation changed from old to new. |
Creates and returns a Container containing the buttons. |
Icon getIcon()
|
Documentation changed from old to new. |
Returns the icon from the JOptionPane the receiver is providing the look and feel for or the default icon as returned from getDefaultIcon . |
Dimension getMinimumOptionPaneSize()
|
Documentation changed from old to new. |
Returns the minimum size the option pane should be. |
Dimension getPreferredSize(JComponent )
|
Documentation changed from old to new. |
If c is the JOptionPane the receiver is contained in the preferred size that is returned is the maximum of the preferred size of the LayoutManager for the JOptionPane and getMinimumOptionPaneSize . |
void installUI(JComponent )
|
Documentation changed from old to new. |
Installs the receiver as the L&F for the passed in JOptionPane . |