Search:

Type: Posts; User: AnotherNoob

Search: Search took 0.08 seconds.

  1. Replies
    16
    Views
    3,940

    Re: Java hangman game help...

    I don't understand what you mean. How would I be showing of my sig? I don't even know what that means to be honest...

    As for the rest tones waterfalls etc are you sure that you are replying to...
  2. Replies
    16
    Views
    3,940

    Re: Java hangman game help...

    I'm sorry my earlier response was misleading, by "done and done" I was responding to the previous message which asked if I had tried printing. Sorry :)
  3. Replies
    16
    Views
    3,940

    Re: Java hangman game help...

    Here is the code so far:




    import java.io.*;
    import java.util.*;
    import java.util.Scanner;

    public class Hangman {
  4. Replies
    16
    Views
    3,940

    Re: Java hangman game help...

    Done and done wen I attempt to call the constructor with this statement(just to check to see the output) I get this:

    Clue@ca0b6
    Clue@10b30a7
    Clue@1a758cb
    Clue@1b67f74
    Clue@69b332
    Clue@173a10f...
  5. Replies
    16
    Views
    3,940

    Re: Java hangman game help...

    I think that I understand what you are saying(I found some information about the details as well and it makes much more sense, thank you). I am able to compile the code now but I am running into the...
  6. Replies
    16
    Views
    3,940

    Re: Java hangman game help...

    Here is the full description of the error code I keep getting:

    Exception in thread "main" java.lang.NullPointerException
    at Hangman.generateClue(Hangman.java:64)
    at...
  7. Replies
    16
    Views
    3,940

    Re: Java hangman game help...

    Sorry no problem:

    HangmanGUI:




    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
  8. Replies
    16
    Views
    3,940

    Re: Java hangman game help...

    Okay, so I have worked on it and changed a few things and am now able to compile but when I run the program I can click on any of the buttons but they all create a part of the body on the hangman,...
  9. Replies
    16
    Views
    3,940

    Re: Java hangman game help...

    I didn't know that! Thank you. Do you have any idea why I keep getting the incompatible types error? I swear I have been searching for hours and tweaking the code but nothing seems to be working...
  10. Replies
    16
    Views
    3,940

    Re: Java hangman game help...

    Sorry, when I try to compile the while loop in the try block I keep getting the error "cannot find symbol
    symbol : constructor Scanner(java.util.Scanner)" and I also keep getting the error...
  11. Replies
    16
    Views
    3,940

    Java hangman game help...

    Hello everyone, I am new to Java and working on a hangman game for class(the program final is due Friday!!!) and to be honest, I am completely stuck.

    I am supposed to write the code which...
Results 1 to 11 of 11