Class JFrames.Viewer

  • Enclosing class:
    JFrames

    public static class JFrames.Viewer
    extends java.lang.Object
    • Method Detail

      • setTimeout

        public JFrames.Viewer setTimeout​(java.time.Duration timeout)
      • setjFrameSupplier

        public JFrames.Viewer setjFrameSupplier​(java.util.function.Supplier<javax.swing.JFrame> jFrameSupplier)
      • setFrame

        public JFrames.Viewer setFrame​(javax.swing.JFrame frame)
      • setGuiBuilderTask

        public JFrames.Viewer setGuiBuilderTask​(java.util.function.Consumer<javax.swing.JFrame> guiBuilderTask)
      • setComponent

        public JFrames.Viewer setComponent​(javax.swing.JComponent component)
      • setJMenuBar

        public JFrames.Viewer setJMenuBar​(javax.swing.JMenuBar menuBar)
      • setText

        public JFrames.Viewer setText​(java.lang.CharSequence text)
      • setText

        public JFrames.Viewer setText​(java.lang.CharSequence text,
                                      java.awt.Font font)
      • setAfterOpenedTask

        public JFrames.Viewer setAfterOpenedTask​(java.util.function.Consumer<javax.swing.JFrame> afterOpenedTask)
      • show

        public void show()