Search:

Type: Posts; User: iMofro

Search: Search took 0.08 seconds.

  1. Replies
    13
    Views
    1,503

    [SOLVED] Re: Please Help Me With This Error!

    Thanks a lot! We got the programming working :)
  2. Replies
    11
    Views
    7,805

    Re: JAVA Applet Timer

    But if im not extending anything what am i adding tha panel to? What is the alternate code to add the panel if im not extending anything? Would it make sense to at least extend JFrame? The only...
  3. Replies
    11
    Views
    7,805

    Re: JAVA Applet Timer

    Iv tried extending JFrame but it always screws up the timer. As far as im aware of, code "this.add (p)" should add the panel to the frame shouldnt it? What would you recommend I alter to the code?
  4. Replies
    11
    Views
    7,805

    Re: JAVA Applet Timer

    Okay I have a new update. I have a timer working but now the game itself is not showing. All the buttons and labels I am attempting to add are not showing. Here is my code:


    import javax.swing.*;...
  5. Replies
    13
    Views
    1,503

    [SOLVED] Re: Please Help Me With This Error!

    Thank you for your time and help, I tried your idea and its coming up as "False" which means that it must be something else. Do you have any ideas of what else it could possibly be?

    So basically...
  6. Replies
    13
    Views
    1,503

    [SOLVED] Re: Please Help Me With This Error!

    I don't exactly understand what you mean. If you mean that if the source height and width of the image are coming up as null, then yes the source is null.
  7. Replies
    11
    Views
    7,805

    Re: JAVA Applet Timer

    Basically the intention of this timer is to make a game where you click the button however many times you can within 15 seconds, after the 15 seconds the button is supposed to disappear. Could you...
  8. Replies
    13
    Views
    1,503

    [SOLVED] Re: Please Help Me With This Error!

    Id like to start off by thanking everyone for their time in helping me. The line that is highlighted when im attempting to run is:

    puzzleWidth = source.getWidth (this); (Line 55)
  9. Replies
    13
    Views
    1,503

    [SOLVED] Please Help Me With This Error!

    Hi, I have attempted to make a puzzle game where you get a broken up puzzle and you need to solve it with the various pieces.

    I keep getting this error. I have no clue as to why I am getting this...
  10. Replies
    11
    Views
    7,805

    Re: JAVA Applet Timer

    Well I preferred the util timer mostly because i figured it would be easier for me to comprehend, but if you say the swing timer is more efficient and easier to use than i suppose that would be...
  11. Replies
    11
    Views
    7,805

    JAVA Applet Timer

    Hello! I'd like to start off with saying I am a real beginner with JAVA. I am creating a mouse-click game where you need to click the button as many times as you can within 15 seconds. I have the...
Results 1 to 11 of 11