Search:

Type: Posts; User: Gravs2889

Search: Search took 0.13 seconds.

  1. Replies
    3
    Views
    1,405

    Re: Seeking help with a program.

    It looks like the high low method would work the best. Any suggestions or advice? Thank You for the help.
  2. Replies
    3
    Views
    1,405

    Seeking help with a program.

    I'm still fairly new to Java, I've made a few simple programs but nothing to advanced. I've just been assigned a project where I must make a program that makes graph for the 2 equations y =...
  3. Re: Seeking help with minesweeper style program.

    Alright I will draw it all out and see if I can figure it out from there. Thank you very much for your help.
  4. Re: Seeking help with minesweeper style program.

    I'm having trouble explaining it clearly i guess. Could you copy and paste the code in and just run it to see what I'm trying to explain. Appreciate your help, wish i was being a little clearer.
  5. Re: Seeking help with minesweeper style program.

    I've got printout's to see the secret ints and where the mouse was clicked but i'm stilling have trouble selecting a specific square. Any advice is or guidance where to go would be great! Thank You
  6. Seeking help with minesweeper style program.

    Alright I was assigned to make a program very similar to mine sweeper. I developed a 10*10 grid, I have a random int for Column and a random int for row. The program tells you where you clicked...
  7. 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...
  8. 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...
  9. Re: Beginner seeking help with quick problem in program

    Can you elaborate?
  10. 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 =...
  11. 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 11 of 11