Here is another chat program, using JavaFX for GUI and Java on the background for SQL transactions.
One thing I realized is that you can’t bind to variables from JavaFX to Java Threads.
Using timelines instead of threads are better.
Code is pretty self explanatory:
( You should add mysql-connector-java-5.1.7-bin.jar (or newer) mysql library in order to connect mysql [...]

Recent Comments