|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.wordhoard.swing.WordHoard
public class WordHoard
WordHoard client program.
Usage:
WordHoard [sitesURL]
sites = URL of sites XML config file. The default is http://wordhoard.northwestern.edu/sites.xml.
Method Summary | |
---|---|
static void |
closeSplashScreen()
Closes the splash screen. |
static PersistenceManager |
getPm()
Gets the primary persistence manager. |
static WordHoardSession |
getSession()
Gets the server session. |
static javax.swing.JLabel |
getSmallComboBoxLabel(java.lang.String str,
java.awt.Font font)
Creates a new label for a small combo box. |
static void |
main(java.lang.String[] args)
Main program. |
static void |
quit()
Quit. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PersistenceManager getPm()
public static WordHoardSession getSession()
public static javax.swing.JLabel getSmallComboBoxLabel(java.lang.String str, java.awt.Font font)
Applies the proper vertical offset to to the label to adjust for the operating system.
str
- Label.font
- Font. public static void closeSplashScreen()
public static void quit()
public static void main(java.lang.String[] args)
args
- Command line arguments.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |