Search:

Type: Posts; User: SendBorg

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: Why doesn't my Applet show up in my browser?

    <HTML>
    <HEAD>
    <TITLE>Dice Game</TITLE>
    </HEAD>
    <BODY>
    <CENTER>
    <APPLET CODE="DiceGameApplet.class" WIDTH=300 HEIGHT=300></APPLET>
    </BODY>
    </HTML>
    Where can I find the java console? (I'm on...
  2. [SOLVED] Why doesn't my Applet show up in my browser?

    Hi, I'm new-ish to java so please excuse any mistakes I make. I've been making a dice game That when you press space, the dice "rolls" and a random number is generated. I've been trying to add the...
  3. Replies
    3
    Views
    1,782

    Re: Help removing JFrame inheritance

    Really? *facepalm*. Thanks, I'll see if I can figure it out now.
  4. Replies
    3
    Views
    1,782

    Help removing JFrame inheritance

    Hi, I'm new-ish to java so please excuse any mistakes I make. Please Ignore stuff in brackets:
    Code so far:
    EDIT: OK, I think I figured out what I'm [I]supposed to do, but it doesn't display in my...
Results 1 to 4 of 4