Search:

Type: Posts; User: sambar89

Search: Search took 0.12 seconds.

  1. Matching Pairs game - something's not right?

    Hi, this is a matching pairs game i'm making. basically if the user manages to find a matching pair they score a hit if not they score a miss. What i'm finding though, is that when i click on the...
  2. Replies
    1
    Views
    1,636

    GridLayout help

    Hey there,

    I've been tasked to create a simple matching pairs game (Find the pairs out of six face down cards). For the cards i've created 6 JToggleButtons with the two different states being the...
  3. Replies
    2
    Views
    1,576

    Re: GridLayout and size problems...

    I put this line into each of the JToggleButtons



    one.setPreferredSize(new Dimension(150,200));


    but it seems to do nothing.
  4. Replies
    2
    Views
    1,576

    GridLayout and size problems...

    Hey there,

    So i need to create a matching pairs game. So far i've managed to create the table and all the cards. I though using a GridLayout would be suitable so it looks like the cards have been...
  5. Replies
    3
    Views
    1,875

    Re: Constructor help

    In the code statement, it's meant to say

    Cards(....) {
    .
    .
    }
  6. Replies
    3
    Views
    1,875

    Constructor help

    hey im needing a bit of help with a little project im working on so i hoping some one could push me in the right direction.

    Basically, I'm creating a matching pairs game. (4 pairs of matching...
Results 1 to 6 of 6