User Profile

Collapse

Profile Sidebar

Collapse
brandon222
brandon222
Last Activity: Jan 21 '09, 07:19 PM
Joined: Jan 20 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • brandon222
    replied to nullpointexception error
    in Java
    hey thanx a lot...it worked...
    See more | Go to post

    Leave a comment:


  • brandon222
    replied to nullpointexception error
    in Java
    o ok i think i figured it out. I think that my array westHand isnt being read in my sorter method, how can i call an array from my main method into my sorter method?...
    See more | Go to post

    Leave a comment:


  • brandon222
    replied to nullpointexception error
    in Java
    o im sorry i put i tin the wrong place, and my nullpointexcept ion is on line 144

    value = westHand[i].charAt(westHan d[i].length()-1);...
    See more | Go to post

    Leave a comment:


  • brandon222
    started a topic nullpointexception error
    in Java

    nullpointexception error

    ok well i keep getting this nullpointexcept ion error, can someone tell me whats wrong with it. here is my code:

    Code:
    /**
     * The purpose of this program is to recieve the input from the text file.
     * Then shuffle the cards according to that input
     * 
     * @author Brandon Morales
     * @version 1.0
     */ 
    
    import java.util.Scanner;
    import java.io.*;
    
    public class CardShuffle{
    ...
    See more | Go to post
    Last edited by Dormilich; Jan 21 '09, 05:11 AM. Reason: added [code] tags
No activity results to display
Show More
Working...