com.jgoodies.looks.plastic

Class PlasticOptionPaneUI


public final class PlasticOptionPaneUI
extends BasicOptionPaneUI

The JGoodies Plastic Look&Feel implementation of OptionPaneUI. Honors the screen resolution and uses a minimum button with that complies better with the Mac and Windows UI style guides.
Version:
$Revision: 1.5 $
Author:
Karsten Lentzsch

Method Summary

protected Container
createButtonArea()
Creates and returns a Container containin the buttons.
static ComponentUI
createUI(JComponent b)

Method Details

createButtonArea

protected Container createButtonArea()
Creates and returns a Container containin the buttons. The buttons are created by calling getButtons.

createUI

public static ComponentUI createUI(JComponent b)

Copyright © 2001-2008 JGoodies Karsten Lentzsch. All Rights Reserved.