org.openide.awt 7.55.1

org.openide.awt
Class CloseButtonFactory

java.lang.Object
  extended by org.openide.awt.CloseButtonFactory

public final class CloseButtonFactory
extends Object

Factory class for Close Buttons.

Since:
7.38

Method Summary
static JButton createBigCloseButton()
          Creates a big 'close' JButton with close icon, rollover icon and pressed icon according to Look and Feel
static JButton createCloseButton()
          Creates a small 'close' JButton with close icon, rollover icon and pressed icon according to Look and Feel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createCloseButton

public static JButton createCloseButton()
Creates a small 'close' JButton with close icon, rollover icon and pressed icon according to Look and Feel

Returns:
JButton with close icons.

createBigCloseButton

public static JButton createBigCloseButton()
Creates a big 'close' JButton with close icon, rollover icon and pressed icon according to Look and Feel

Returns:
JButton with close icons.

org.openide.awt 7.55.1

Built on June 6 2013.  |  Portions Copyright 1997-2013 Oracle. All rights reserved.