public JButton[][] bestmove(JButton[][] board, int[] draw) { List tls = new ArrayList<>(); JButton[][] bestboard = copy(board); for (Til