Search:

Type: Posts; User: MasterSteve26

Search: Search took 0.10 seconds.

  1. Re: I cant export my applet into a runnable jar file

    I fyou want create Desktop application you should use JFrame and here is the code how you can run it on web browser

    <html>
    <body>
    <applet code="nameofclassfile.class" width="whateveryouwant"...
  2. Replies
    4
    Views
    1,495

    Re: Move an object

    You should add 'implements Runnable
    and here is some tips:

    this is easy so i let you figure out this :)

    x = 1; //horizontal moving speed
    y = 1; //vertical moving speed
    dx = x; //horizontaly...
  3. Replies
    0
    Views
    1,280

    Java game creating help and ideas

    English: Okay... i'm going to start making some kind of Java game and i need partner to make that game and everyone can say what you think you would like on that game :)

    i have't started that game...
Results 1 to 3 of 3