Package net.anwiba.testing.demo
Class Demos
- java.lang.Object
-
- net.anwiba.testing.demo.Demos
-
public class Demos extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Demos()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends javax.swing.JDialog>
JDialogs.Viewer<T>jdialog(java.util.function.Function<javax.swing.JFrame,T> dialogFactory)static JFrames.Viewerjframe()
-
-
-
Method Detail
-
jframe
public static JFrames.Viewer jframe()
-
jdialog
public static <T extends javax.swing.JDialog> JDialogs.Viewer<T> jdialog(java.util.function.Function<javax.swing.JFrame,T> dialogFactory)
-
-