GDubz's Profile User Rating: -----

Reputation: 1 Apprentice
Group:
Active Members
Active Posts:
91 (0.18 per day)
Joined:
06-January 12
Profile Views:
325
Last Active:
User is offline Nov 21 2012 02:04 PM
Currently:
Offline

Previous Fields

Country:
US
OS Preference:
Windows
Favorite Browser:
Chrome
Favorite Processor:
Intel
Favorite Gaming Platform:
Who Cares
Your Car:
Jeep
Dream Kudos:
0
Icon   GDubz has not set their status

Posts I've Made

  1. In Topic: error reading file to map

    Posted 21 Nov 2012

    Thanks for your help, I figured it out
    while (!inFile.atEOS()) {
    			String word = inFile.nextLine();
    			String def = inFile.nextLine();
    			String result = inFile.nextLine();
    			while(!result.equals("")){
    				def += result;
    				result = inFile.nextLine();
    			}
    			words.add(word, def);
    		}
    
  2. In Topic: error reading file to map

    Posted 21 Nov 2012

    that wont work when the definitions are longer than 2 lines, and java generic classes wont work this
  3. In Topic: Mp3 player program error

    Posted 8 Mar 2012

    hmmm then a toString should work instead.. and yep toString in the music track class worked, thanks for your help!
  4. In Topic: Error in game

    Posted 3 Mar 2012

    Update: the monster(who moves automaticaaly without user input) is moving through the maze, however the other player still isnt getting a turn. Im gonna edit original post to show latest code
  5. In Topic: strange run time error

    Posted 25 Feb 2012

    bah thanks for anyone who was reading this,i i fugured it out, was setting string to null and using option was keyword is you wondered

My Information

Member Title:
D.I.C Head
Age:
22 years old
Birthday:
July 25, 1990
Gender:

Contact Information

E-mail:
Private

Friends

GDubz hasn't added any friends yet.

Comments

GDubz has no profile comments yet. Why not say hello?