Search:

Type: Posts; User: davidpi

Search: Search took 0.17 seconds.

  1. Thread: Scrabble GUI

    by davidpi
    Replies
    6
    Views
    3,430

    Re: Scrabble GUI

    Okay thanks alot for ur help, I will play with it and figure it out =)
  2. Thread: Scrabble GUI

    by davidpi
    Replies
    6
    Views
    3,430

    Re: Scrabble GUI

    what u mean by using MouseListener is that i use it to find where did the mouse drop the tile and then get the info of the tile?
  3. Thread: Scrabble GUI

    by davidpi
    Replies
    6
    Views
    3,430

    Re: Scrabble GUI

    EDIT : I meant the mouseListener part concerning the elaboration.
  4. Thread: Scrabble GUI

    by davidpi
    Replies
    6
    Views
    3,430

    Scrabble GUI

    public class Cell extends JPanel {
    // Indicate the row and column of this cell in the board
    private int row;
    private int column;

    // initial used for this cell
    private char...
Results 1 to 4 of 4