Package swingtree

Class UIForJFrame<F extends JFrame>

Type Parameters:
F - The type of the JFrame that this builder is responsible for.

public final class UIForJFrame<F extends JFrame> extends UIForAnyWindow<UIForJFrame<F>,F>
A declarative builder for JFrame components. Use show() at the end of your declaration to display the JFrame window on the screen.
  • Method Details