Search:

Type: Posts; User: Ludo

Search: Search took 0.22 seconds.

  1. [SOLVED] Re: How to tell a JPanel, that one of the JPanels it contains has been clicked?

    Thank you, copeg. That actually gets me going again.

    aussiemcgr, thank you for that. I will try this out, and see if I can get it working too. It should help me out if I run into any other...
  2. [SOLVED] Re: How to tell a JPanel, that one of the JPanels it contains has been clicked?

    Tested it out.
    It will only pick it up if the MouseListener is taken off the PuzzlePanel or if I click in the area of a PuzzlePanel that is not visible.
  3. [SOLVED] Re: How to tell a JPanel, that one of the JPanels it contains has been clicked?

    Thank you for your reply.


    Yes, each PuzzlePanel is in only one Puzzle.
    I'm not sure I know how to do this, though I understand the idea.
    Is there an example you could direct me to, or if you...
  4. [SOLVED] How to tell a JPanel, that one of the JPanels it contains has been clicked?

    Hi, I am trying to make a tile puzzle game. I am having trouble in getting the tiles (JPanels) to move.

    I have a Puzzle class that extends JPanel, and this contains either a 3*3 or a 4*4 grid of...
  5. Replies
    0
    Views
    792

    [SOLVED] Trouble changing the Image in an ImageIcon

    Issue solved
  6. Re: How can I put a JComboBox inside an array and display it?

    It was the toString without the () that was screwing me over.
    Thank you again.
  7. Re: How can I put a JComboBox inside an array and display it?

    Thank you again, Norm. So I found some code online to help me with that, so it seems I am almost sorted.
    Just one more problem. I am having trouble setting all the options for the drop down.
    Using...
  8. Re: How can I put a JComboBox inside an array and display it?

    Thank you Norm. I have got that working.
    Now is there any way that I can have more than the one drop down box with this, as it will only take the one array for the options?


    Edit:
    The window I...
  9. How can I put a JComboBox inside an array and display it?

    I am writing a program for a college assignment, creating objects and storing them in an array, other options will be there too.
    I am trying to figure out how to use JComboBoxes, to give the user...
Results 1 to 9 of 9