Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Re: Help with adding multiple images to an application

    Glad I could help.
  2. Re: Help with adding multiple images to an application

    You don't use the array referencing notation: ([]) when passing an array. Just use the name of the array.
    Leave off the []s
  3. Re: Help with adding multiple images to an application

    One problem I see is that you are not telling the layout manager where to place the JPanels that you are adding to the frame. Your setting of the contentpane and adding to the contentpane seems...
  4. Re: Help with adding multiple images to an application

    Can you explain your problem? I see that you are using ImageIO class's read method to read files
    and are using the Graphics class's drawImage method to draw images.

    If you are getting errors you...
Results 1 to 4 of 4