public class WindowArranger extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
ARRANGE |
static int |
CASCADE |
static Comparator |
FILE_NAME |
static int |
HORIZONTAL |
static int |
VERTICAL |
Modifier and Type | Method and Description |
---|---|
static void |
closeAllWindows(JDesktopPane desktopPane) |
static void |
minimizeWindows(JDesktopPane desktopPane) |
static void |
restoreAll(JDesktopPane desktopPane) |
static void |
tileFrames(JDesktopPane desk,
Collection<JInternalFrame> frames,
int style) |
static void |
tileFrames(JDesktopPane desk,
int style) |
public static final int HORIZONTAL
public static final int VERTICAL
public static final int CASCADE
public static final int ARRANGE
public static final Comparator FILE_NAME
public static void tileFrames(JDesktopPane desk, int style)
public static void tileFrames(JDesktopPane desk, Collection<JInternalFrame> frames, int style)
public static void minimizeWindows(JDesktopPane desktopPane)
public static void restoreAll(JDesktopPane desktopPane)
public static void closeAllWindows(JDesktopPane desktopPane)
Copyright © 2023. All rights reserved.