Search:

Type: Posts; User: Dirk94

Search: Search took 0.08 seconds.

  1. Java 'tag' variables for synching with a server.

    Hi all,

    I'm still in the stages of learning Java, and I'm constantly finding new challenges to improve my skills :)

    Anyway, I'm trying to achieve something of which I'm not quite sure if it can...
  2. Replies
    2
    Views
    3,548

    Game Loop, calculate the Frames Per Second.

    Ok, so first of all I would like to say that I'm still very 'Noob-ish' when it comes to programming in Java.

    I'm creating a simple game, however I thought it would be a nice challenge to display...
  3. Replies
    2
    Views
    2,311

    SwingWorker class, the process method

    I'm currently experimenting with the SwingWorker class.
    I've created a Swingworker Class:


    class DownloadWorker extends SwingWorker<Integer, Integer> {

    In this class I've overriden the...
  4. Replies
    2
    Views
    1,698

    Cannot find methods in a subclass

    Hello, I'm new to programming and am currently exploring the world of OOP.
    However I've come across a problem, I've got a superclass called Object, all of the game objects will extend this Class....
Results 1 to 4 of 4