Search:

Type: Posts; User: Norm

Search: Search took 0.20 seconds.

  1. Re: Making a Card Game...Need help displaying pictures of Cards

    Read the API doc for the class and how to use its methods:
    Java Platform SE 7

    Do a search here for code samples.
  2. Re: Making a Card Game...Need help displaying pictures of Cards

    Try using the ImageIO class's read() method to read the images.
  3. Re: Making a Card Game...Need help displaying pictures of Cards

    There is a variable with a null value on line 61. Look at line 61 in the your source and see what variable is null. Then backtrack in the code to see why that variable does not have a valid value....
  4. Re: Making a Card Game...Need help displaying pictures of Cards

    Please copy the full text of the error messages and paste it here.

    Also posted at http://forums.devshed.com/java-help-9/help-displaying-pictures-in-java-applet-944249.html
Results 1 to 4 of 4