Search:

Type: Posts; User: Coolbreeze78

Search: Search took 0.11 seconds.

  1. Re: Really Need Help With Copying a JLabel From One Panel To Another While Swapping Images

    In my mouse click event I now set a String variable to



    This will store the current label that is clicked on so next time an item is clicked it will be the item with the previous focus. I...
  2. Re: Really Need Help With Copying a JLabel From One Panel To Another While Swapping Images

    Ok I am including a zip copy of all my code and images. You can just open the project in Netbeans. (I assume it will work in Eclipse or other IDEs.)

    http://www.filedropper.com/layoutmanager_1
    ...
  3. Re: Really Need Help With Copying a JLabel From One Panel To Another While Swapping Images

    Just a quick update. We have the copy thing working now. I also am working on the swap image functionality. I can do it with obj.setIcon( ). Once I get that working it will just be a matter of...
  4. Re: Really Need Help With Copying a JLabel From One Panel To Another While Swapping Images

    I will agree with that. For me, it's not a quick fix type of problem. I am notifying the department head of the college and see what his suggestions are as almost anyone not directly involved in...
  5. Re: Really Need Help With Copying a JLabel From One Panel To Another While Swapping Images

    Thanks for the reply. I'll try and address all of your concerns. First of all, this is a class project that myself and a partner are working on that is due in about a week. We have had about 3...
  6. Really Need Help With Copying a JLabel From One Panel To Another While Swapping Images

    I have the following layout...

    2433

    What I would like to do ideally is, when a user clicks on a JLabel in the scrolling panel on the bottom right, attach a different version of the image (one...
Results 1 to 6 of 7