122123124125126127128
// labels[Konstanten.BEAMER - 1].setText("Beamer"); p1.setForeground(Color.BLUE); this.add(p1); this.add(p2); this.addWindowListener(new WindClosAdaptNormal()); }
87888990919293
labels[Konstanten.FIT_SENS - 1].setText("Fitness"); p1.setForeground(Color.BLUE); this.add(p1); this.add(p2); this.addWindowListener(new WindClosAdaptNormal()); }