examples.example5_chat_OO_library
Class Main
java.lang.Object
examples.example5_chat_OO_library.Main
public class Main
- extends Object
TODO Put here a description of what this class does.
- Author:
- David Mutchler, based on the Java Tutorials on networking. May, 2009.
Constructor Summary |
Main()
|
Method Summary |
static void |
main(String[] commandLineArguments)
Asks the user whether she wishes to be the Server or a Client
(there are two, indistinguishable Clients),
and constructs whichever she requests. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Main
public Main()
main
public static void main(String[] commandLineArguments)
- Asks the user whether she wishes to be the Server or a Client
(there are two, indistinguishable Clients),
and constructs whichever she requests.
- Parameters:
commandLineArguments
- Ignored here