Refactoring frontend + commons + aggiunta tempi corretti

This commit is contained in:
Lorenzo Iovino 2017-07-13 03:31:54 +02:00
parent 10595f5bab
commit 4760152e90
32 changed files with 676 additions and 558 deletions

View file

@ -2,11 +2,11 @@ package models;
import javax.swing.*;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.regex.Pattern;
/**
* Created by loke on 18/06/2017.
* Author: Lorenzo Iovino on 18/06/2017.
* Description: Main
*/
public class Message implements Serializable {
public String sender;