Package swingtree.api
Interface SwingBuilder<C extends JComponent>
- Type Parameters:
C
- The UI component type built by implementations of this.
public interface SwingBuilder<C extends JComponent>
-
Method Summary
-
Method Details
-
build
C build()Build the component.- Returns:
- The built
JComponent
type.
-