public class WindowUtils extends Object
| Constructor and Description |
|---|
WindowUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
centerWindow(Window window) |
static void |
copyToClipBoard(String code) |
static void |
copyToClipBoard(String code,
boolean displayMessage) |
static void |
testFrame(JFrame frame) |
static void |
testFrame(JFrame frame,
boolean closeOnExit) |
static void |
testFrame(JFrame frame,
WindowAdapter... array) |
static void |
testPaintable(Paintable paintable) |
static void |
testPanel(JPanel panel) |
public static void centerWindow(Window window)
public static void testPanel(JPanel panel)
public static void testPaintable(Paintable paintable)
public static void testFrame(JFrame frame)
public static void copyToClipBoard(String code)
public static void copyToClipBoard(String code, boolean displayMessage)
public static void testFrame(JFrame frame, boolean closeOnExit)
public static void testFrame(JFrame frame, WindowAdapter... array)
Copyright © 2022. All rights reserved.