public class MembranePackingAlgorithmGUI
extends java.lang.Object
| Constructor and Description |
|---|
MembranePackingAlgorithmGUI() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.JDialog |
getDialogFrame()
Returns the JDialog, if it is required somehow
|
static boolean |
popUpGUI(java.awt.Component userPanel,
java.lang.String name,
java.lang.String description)
opens a JDialog in which the JComponent that u have designed will be
displayed.
|
public static boolean popUpGUI(java.awt.Component userPanel,
java.lang.String name,
java.lang.String description)
userPanel - a
Component that contains your entire GUIname - the
name of the dialogdescription - a
short descrition that is displayed above your Componentpublic static javax.swing.JDialog getDialogFrame()