Skip to content

HectorPascual/lanterna-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LANTERNA GUI for the Kotlin and Java chat

How to

In order to compile and run the code it must be done with the following commands :

  1. A server instance must be started before running the client
cd server
javac Server.java MyServerSocket.java MySocket.java
java Server
  1. Compile the client and then run it
cd src
javac -cp ".:../libs/lanterna-3.0.1.jar" FirstGUI.java Client.java MySocket.java KeyStrokeListener.java
java -cp ".:../libs/lanterna-3.0.1.jar" Client

About

Lanterna gui for sad chat app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages