Search:

Type: Posts; User: codenoob

Search: Search took 0.10 seconds.

  1. Re: can someone show me how to change speed of an java engine.

    Thanks a lot ,Kevin. Your advices is really helpful (especially the debug link o:-)).My teacher told us that the lecture was about OOP not java.Things like threads,GUI... is only taught very little...
  2. can someone show me how to change speed of an java engine.

    I'm writing a program about pasture with entities on it.Here is the engine:


    import java.util.*;
    import javax.swing.Timer;
    import java.awt.event.*;

    /**
    * The simulation is run by an...
  3. Replies
    3
    Views
    2,977

    Re: problem in synchronization

    here is the Pasture.
    (of course it contains more methods than this but I think these only these methods can cause that error)


    private int width = 20;
    private int ...
  4. Replies
    3
    Views
    2,977

    problem in synchronization

    I'm working on my assignment.My task is to create a pasture with entities on it.The entities are sheep,grass.Every second I call method tick() of each entities then they start moving and eating or...
Results 1 to 4 of 4