Search:

Type: Posts; User: Samaras

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,282

    Re: NullPointerException in a small project

    solution found-> new keyword missing!
  2. Replies
    3
    Views
    1,282

    Re: NullPointerException in a small project

    I understand what you said.So i am trying this


    public class Deck {
    private static String[] colours ={ "WHITE","BLACK","RED","GREEN","BLUE","YELLOW"
    ...
  3. Replies
    3
    Views
    1,282

    NullPointerException in a small project

    While studying a tutorial i was asked to write a simple project that displays a deck and it's cards.Then i would create one and display it's cards.I was also said to have two classes,one for a...
Results 1 to 3 of 3