Search:

Type: Posts; User: warnexus

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    2,354

    Re: how to install the JVM?

    what about the java virtual machine? i have the JRE already
  2. Replies
    3
    Views
    2,354

    how to install the JVM?

    i cant find the JVM on the oracle website. how would i go about installing it onto my computer?
  3. Getting my paddle to move left and right in a straight line-STUCK

    I want to be able to add a new feature that lets me control the paddle to move left and right in a straight line.

    I already included the event library for mouse listeners but I dont know what to...
  4. Re: My Game Sprite does not appear to be transparent with the background. Whats wrong

    i have added the code. the sprite is basically an object of a GImage class.
  5. My Game Sprite does not appear to be transparent with the background. Whats wrong?

    How do I make it so the character sprite blends with the background?

    http://i33.photobucket.com/albums/d86/warnexus/game.jpg

    Very much appreciate any help given. :)

    heres the code

    import...
  6. Replies
    8
    Views
    1,504

    Re: Getting a red Oval to displayed on screen

    Thanks Chris. Apparently the book did not even told me about this. Make perfect sense nevertheless set before you draw. I will remember this! Thanks a bunch Now I can move on to chapter 3\:D/
  7. Replies
    8
    Views
    1,504

    Re: Getting a red Oval to displayed on screen

    All I see is a White oval and a black oval. Why is not my set color red code in effect? I want a red oval on screen :)
  8. Replies
    8
    Views
    1,504

    Re: Getting a red Oval to displayed on screen

    public class Guy extends java.applet.Applet {

    /** initialization method that will be called after
    * applet is loaded into the browser
    */

    public void init() {
    //
    }
  9. Replies
    8
    Views
    1,504

    Getting a red Oval to displayed on screen

    Hey JPF members,

    I'm a beginner in java trying to get a Red Oval to appear on screen. I'm also using a java book but im stuck with this problem. Any solution to this problem? :)

    As you may know...
Results 1 to 9 of 9