Search:

Type: Posts; User: jmoore

Search: Search took 0.18 seconds.

  1. Replies
    10
    Views
    1,537

    Re: Need Help Please and Thank You

    Yes. In the paintComponent method, I have:

    <page.drawImage(gameBoardImage, x, y, null);
    page.drawImage(playerOneImage, x, y, null);>

    The first line makes the game board...
  2. Replies
    10
    Views
    1,537

    Re: Need Help Please and Thank You

    The buffered image was just used to show the game board for the user to see. This board should listen to when the user clicks on parts of the game board. For instance, if the user clicks on the top...
  3. Replies
    10
    Views
    1,537

    Re: Need Help Please and Thank You

    Well, Iwould like to have a token fall to the bottom of the board when a certain column is clicked, but I am not sure how to make the board listen. Is this possible with a BufferedImage? If so, how...
  4. Replies
    10
    Views
    1,537

    Re: Need Help Please and Thank You

    Thanks! I edited it, and not it looks like it does in Eclipse now. :)

    Alright. Can anyone give me some ideas on how I can go about doing this or if it is even possible using the BufferedImage?...
  5. Replies
    10
    Views
    1,537

    Re: Need Help Please and Thank You

    Can anyone give me some ideas on how I can go about doing this or if it is even possible using the BufferedImage? Please and thank you.
  6. Replies
    10
    Views
    1,537

    Need Help Please and Thank You

    I am trying to create a ConnectFour game using GUI. I created a simple interface and put a picture of the board game on there, but I am not sure how to make the game actually work using the mouse...
Results 1 to 6 of 6