This commit is contained in:
potzplitz 2024-03-04 13:50:16 +01:00
parent eb98053b94
commit 1b85cd6132

View file

@ -11,17 +11,11 @@ public class Elements {
private JPanel panel = new JPanel();
public JPanel infopanel() {
if(lock == 0) {
lock = 1;
System.out.println("sdfadsf");
panel.setBackground(Color.LIGHT_GRAY);
panel.setLayout(null);
panel.setLayout(null);
}
return panel;