Search:

Type: Posts; User: jron5

Search: Search took 0.07 seconds.

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

    How would I do that?
  2. Re: Making a Card Game...Need help displaying pictures of Cards

    myFrame is equal to null and my MediaTracker is taking the value of null in my load_picture method.
  3. Re: Making a Card Game...Need help displaying pictures of Cards

    java.lang.NullPointerException
    at project4homeversion.BlackjackGUI.load_picture(BlackjackGUI.java:61)
    at project4homeversion.Card.<init>(Card.java:38)
    at...
  4. Making a Card Game...Need help displaying pictures of Cards

    Hello!

    I'm fairly new to java and my project requires me to create a card game using at least 3 Linked Lists.
    My game is working perfectly with the exception of trying to display card images...
Results 1 to 4 of 4