src/main/java/de/uapcore/sudoku/Sudoku.java

changeset 15
fea6eaa0d520
parent 10
369903afbb29
child 18
530f60fa3dc9
equal deleted inserted replaced
14:959e13642554 15:fea6eaa0d520
58 58
59 pack(); 59 pack();
60 content.setBackground(Color.WHITE); 60 content.setBackground(Color.WHITE);
61 setLocationByPlatform(true); 61 setLocationByPlatform(true);
62 setDefaultCloseOperation(EXIT_ON_CLOSE); 62 setDefaultCloseOperation(EXIT_ON_CLOSE);
63 setMinimumSize(getSize());
63 } 64 }
64 65
65 /** 66 /**
66 * Main method starting the Sudoku solver. 67 * Main method starting the Sudoku solver.
67 * 68 *

mercurial