public class Welcome
extends java.lang.Object
Constructor and Description |
---|
Welcome()
Creates a new Welcome panel.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Close welcome.
|
static Welcome |
getShared()
Returns the shared instance of the welcome panel.
|
RJPanel |
getUI()
Returns the Swing GUI panel.
|
void |
resetUI()
Reset UI from data.
|
void |
respondUI(java.lang.Object anObj)
Respond to UI.
|
void |
runWelcome()
Brings up the welcome panel.
|
public static Welcome getShared()
public void runWelcome()
public void close()
public RJPanel getUI()
public void resetUI()
public void respondUI(java.lang.Object anObj)