Icon
This commit is contained in:
parent
970aabd532
commit
b02e846ec6
2 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ public class SudokuView extends JFrame {
|
|||
setTitle("Sudoku Solver");
|
||||
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
||||
setLayout(new BorderLayout());
|
||||
setIconImage(new ImageIcon("src/main/resources/sudoku.png").getImage());
|
||||
|
||||
initializeGrid();
|
||||
initializeButtons();
|
||||
|
|
BIN
app/src/main/resources/sudoku.png
Normal file
BIN
app/src/main/resources/sudoku.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.5 KiB |
Loading…
Reference in a new issue