public class

WindowsIconFactory

extends Object
implements Serializable
java.lang.Object
   ↳ com.sun.java.swing.plaf.windows.WindowsIconFactory

Class Overview

Factory object that can vend Icons appropriate for the Windows L & F.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. A future release of Swing will provide support for long term persistence.

Summary

Public Constructors
WindowsIconFactory()
Public Methods
static Icon createFrameCloseIcon()
static Icon createFrameIconifyIcon()
static Icon createFrameMaximizeIcon()
static Icon createFrameMinimizeIcon()
static Icon createFrameResizeIcon()
static Icon getCheckBoxIcon()
static Icon getCheckBoxMenuItemIcon()
static Icon getMenuArrowIcon()
static Icon getMenuItemArrowIcon()
static Icon getMenuItemCheckIcon()
static Icon getRadioButtonIcon()
static Icon getRadioButtonMenuItemIcon()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public WindowsIconFactory ()

Public Methods

public static Icon createFrameCloseIcon ()

public static Icon createFrameIconifyIcon ()

public static Icon createFrameMaximizeIcon ()

public static Icon createFrameMinimizeIcon ()

public static Icon createFrameResizeIcon ()

public static Icon getCheckBoxIcon ()

public static Icon getCheckBoxMenuItemIcon ()

public static Icon getMenuArrowIcon ()

public static Icon getMenuItemArrowIcon ()

public static Icon getMenuItemCheckIcon ()

public static Icon getRadioButtonIcon ()

public static Icon getRadioButtonMenuItemIcon ()