CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: george55

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    8,727

    Re: Adding ArrayList of ImageIcons to JLabels

    Thanks for the quick reply. I wasnt using paint() method I just threw that out there because most of the examples I found used it.

    I figured out I needed to be using cardArray.get[i] inside the...
  2. Replies
    2
    Views
    8,727

    Adding ArrayList of ImageIcons to JLabels

    I have an ArrayList of 52 card ImageIcons. I then use Collections.shuffle to randomize the cards. I want to put this ArrayList into individual JLabels to display in the JPanel.

    I cant seem to...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured