Package com.explodingpixels.macwidgets
Class WidgetFactory
java.lang.Object
com.explodingpixels.macwidgets.WidgetFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JSplitPane
createHorizontalSplitPane
(JComponent componentLeft, JComponent componentRight) static JSplitPane
createVerticalSplitPane
(JComponent componentTop, JComponent componentBottom)
-
Constructor Details
-
WidgetFactory
public WidgetFactory()
-
-
Method Details
-
createHorizontalSplitPane
public static JSplitPane createHorizontalSplitPane(JComponent componentLeft, JComponent componentRight) -
createVerticalSplitPane
public static JSplitPane createVerticalSplitPane(JComponent componentTop, JComponent componentBottom)
-