Search:

Type: Posts; User: sara1

Search: Search took 0.10 seconds.

  1. Thread: connect4 problem

    by sara1
    Replies
    3
    Views
    1,095

    Re: connect4 problem

    it's running but it is not winning when I match 4
  2. Thread: connect4 problem

    by sara1
    Replies
    3
    Views
    1,095

    connect4 problem

    [code=Java]
    public connectFour() {
    for (int i = 0; i < ROWSNUM; i++) {
    for (int j = 0; j < COLSNUM; j++) {
    button[i][j] = new JLabel();...
Results 1 to 2 of 2