Search:

Type: Posts; User: Gravs2889

Search: Search took 0.08 seconds.

  1. Re: Beginner seeking help with quick problem in program

    I've messed around with it and i'm still unable to get it to work. I guess i'm just confused on why
    g.drawString("You've used " + leftClicks +" out of 5 Chances!!", 525 , 100);
    if (mouseX...
  2. Re: Beginner seeking help with quick problem in program

    second program, and honestly I've never heard of defining a main method which is probably not a good thing haha. I appreciate your help,essentially would i put that code in
    public class secretnumb...
  3. Re: Beginner seeking help with quick problem in program

    Can you elaborate?
  4. Re: Beginner seeking help with quick problem in program

    import java.awt.*;
    import java.applet.Applet;
    import java.awt.event.*;

    public class secretnumb extends Applet implements MouseListener
    {
    Image randy;
    int secret =...
  5. Beginner seeking help with quick problem in program

    Basically I am very new to using java and have only done a few very simple programs. With the program attached I'm trying to make the test go RED when the person has used 4 of their 5 chances. I've...
Results 1 to 5 of 5