Class 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.Viewer jframe()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Demos

        public Demos()
    • Method Detail

      • jdialog

        public static <T extends javax.swing.JDialog> JDialogs.Viewer<T> jdialog​(java.util.function.Function<javax.swing.JFrame,​T> dialogFactory)