forgot to remove this earlier
This commit is contained in:
parent
24df5f0f1a
commit
53e5e3a338
|
@ -198,10 +198,6 @@ public class TabGeneral extends SettingsTab implements ActionListener {
|
|||
add(windowSizeContainer, GBC.grid(1, 6).anchor(GBC.LS));
|
||||
}
|
||||
|
||||
private void validateWindowWidthText() {
|
||||
System.out.println("windowWidth: " + windowSize.getText());
|
||||
}
|
||||
|
||||
// --------------------------------------------------------- INTERNAL TYPES
|
||||
|
||||
class LocaleListRenderer extends DefaultListCellRenderer {
|
||||
|
|
Reference in a new issue