JavaFX/Java Chat Program

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 [...]

Java/SQL Chat Program

It is probably the worst code I have written but it is the first time i use SQL.
The program just inserts messages into a table than updates the textarea by querying for all the messages.
There is an ID option in table for the use of session. If modified a program can only see the messages [...]