Removed size

This commit is contained in:
Akarshit Wal
2015-06-25 17:22:43 +05:30
parent f544aea693
commit 6f2b46e8a0

View File

@@ -109,7 +109,6 @@ class StatusPanel extends JPanel {
});
int labelWidth = width != 0 ? width * 3 / 4 : GroupLayout.PREFERRED_SIZE;
this.setSize(450, 200);
GroupLayout layout = new GroupLayout(this);
this.setLayout(layout);