- Creates a menu in the terminal for the fChat application
- Creates basic chat functionalities
- Contains various classes that work together to implement basic messaging capability
- Open in an IDE and run FChat, or compile it using
javac FChat.java
and thenjava FChat
to run