|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.monkeycoder.monkeyfractal.gui.GuiHelper
public class GuiHelper
This class provides some convenience GUI methods.
Originally part of the MonkeyFractal project.
| Constructor Summary | |
|---|---|
GuiHelper()
|
|
| Method Summary | |
|---|---|
static javax.swing.JPanel |
flowWrapper(java.awt.Component inComponent)
Creates a JPanel with a FlowLayout wrapped around the desired Component. |
static javax.swing.JPanel |
flowWrapper(int flowAlign,
java.awt.Component inComponent)
Creates a JPanel with a FlowLayout wrapped around the desired Component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GuiHelper()
| Method Detail |
|---|
public static javax.swing.JPanel flowWrapper(java.awt.Component inComponent)
inComponent - The component to wrap in a FlowLayout.
public static javax.swing.JPanel flowWrapper(int flowAlign,
java.awt.Component inComponent)
flowAlign - The desired alignment for the containing FlowLayout.inComponent - The component to wrap in a FlowLayout.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||