nächste Frage
variable.addLayout(new FlowLayout(FlowLayout(5,10,5,10));
ich weiss zwar, dass man mit
.addLayout(new FlowLayout(FlowLayout.LEFT);
.addLayout(new FlowLayout(FlowLayout.CENTER);
.addLayout(new FlowLayout(FlowLayout.RIGHT);
richtigen kann
aber wie kann ich den einzelne Objekte sprich Label oder Buttons voneinander getrennt richten
bye