com.threerings.micasa.client
Class MiCasaApp
java.lang.Object
com.threerings.micasa.client.MiCasaApp
public class MiCasaApp
- extends Object
The micasa app is the main point of entry for the MiCasa client application. It creates and
initializes the myriad components of the client and sets all the proper wheels in motion.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_client
protected MiCasaClient _client
_frame
protected MiCasaFrame _frame
MiCasaApp
public MiCasaApp()
init
public void init()
throws IOException
- Throws:
IOException
run
public void run(String server,
String username,
String password)
main
public static void main(String[] args)