919293949596979899100101
public BoardUI() { super(true); this.board = new Board(); this.config = Configuration.getIstance(); int size = config.getInteger("sudoku.core.size"); setLayout(new GridLayout(size, size, 3, 3));