Sto lavorando con un modello che attualmente assomiglia a questo:
class Sign {
enum Type { A, B }
Color color;
String textLine1;
String textLine2;
Type type;
Sign(Type type, Color color, String textLine1, String textLine2)...
posta
15.08.2016 - 19:59