public void updateLogic(QueueLogic ql) {
this.ql = ql;
}
void init() {
changeDrawSettings(new DrawNormal());
setColors(Color.white, Color.BLUE, Color.RED, true);
legendaS = new String[3];
legendaC = new Color[3];
legendaS[0] = "current queue";
legendaC[0] = queueC;