Package net.anwiba.testing.demo
Class DemoUtilities
java.lang.Object
net.anwiba.testing.demo.DemoUtilities
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcenterOnScreen(Window window) static JDialogcreateDialog(Component parentComponent) static JFramestatic JWindowcreateWindow(Component parentComponent) static voidexpandTreeNode(JTree tree, TreeNode tNode) static final WindowgetWindowForComponent(Component component) static WindowgetWindowForComponent(EventObject event) static voidpause()static voidstatic voidstatic <T extends Window>
voidshowAndDispose(Supplier<T> windowSupplier, Consumer<T> afterOpenedTask)
-
Field Details
-
DELAY_TIME
-
DEFAULT_TIMEOUT_MILLIS
-
DEFAULT_FIXED_WIDTH_FONT
-
DEFAULT_PROPORTIONAL_FONT
-
-
Method Details
-
createDialog
-
createWindow
-
setNativeLookAndFeel
public static void setNativeLookAndFeel() -
expandTreeNode
-
centerOnScreen
-
getWindowForComponent
-
getWindowForComponent
-
showAndDispose
-
createJFrame
-
pause
public static void pause() -
pause
-