Search:

Type: Posts; User: SendBorg

Search: Search took 0.13 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...
Results 1 to 2 of 2