public class StaticStartupTools extends Object
| Constructor and Description |
|---|
StaticStartupTools() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
DOCUMENT ME!
|
static void |
saveScreenshotOfFrame(JFrame frame,
String file)
DOCUMENT ME!
|
static JFrame |
showCustomGhostFrame(URL file,
String title)
Shows the ghost frame.
|
static JFrame |
showGhostFrame(String file,
String title)
Shows the ghost frame and uses the .bounds file frome the user directory to determine the position of the ghost
frame on the screen.
|
public static void saveScreenshotOfFrame(JFrame frame, String file) throws Exception
frame - DOCUMENT ME!file - DOCUMENT ME!Exception - DOCUMENT ME!public static JFrame showGhostFrame(String file, String title) throws Exception
file - The image, that should be shown in the ghost frame, without the ending .pngtitle - the content of the title barException - DOCUMENT ME!public static JFrame showCustomGhostFrame(URL file, String title) throws Exception
file - The image, that should be shown in the ghost frametitle - the content of the title barException - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.