animation timer
Date: Fri, 24 Sep 2004 17:22:25 +0200
hi
im programming an animation and im having trouble making it move smoothly.
im programming it in java 1.1 so i cant use the timer in swing..
if i was to make a timer of my own.. how would i go about doing that?
thanx
mike
Relevant Pages
- Re: Problem with Swing Timer: timer-updated GUI occasionally stops updating
... All the Swing gui updating, all the Swing event handling, and all your ... seems that Timer events just stop firing all together. ... home dot woh dot rr dot com slash jbmatthews- Hide quoted text - ... It seems that if a computer clock is ... (comp.lang.java.gui) - Re: 8 bit microcontroller market
... You certainly don't need to do those state machines 100% synchronously, ... programming genius to do most of these (but it does take some ... For hardcore realtime apps the is no alternative to assembler yet. ... and a more advanced timer which would idle the CPU until a condition occurs. ... (comp.arch.embedded) - Re: Jazz Application Framework version 1.3 released
... show the difficulty of well-written regular ol' Swing code compared to ... the Jazz code really doesn't look simpler than properly- ... and assume that somehow the Jazz wrappers correctly separate GUI work ... programming is really all that difficult compared to most GUI ... (comp.lang.java.gui) - Re: How to get and use SwingWorker in Java 1.4?
... You don't have to convince me, that it is mandatory to follow ... Sun's two fundamental rules for Swing programming. ... Do all your Swing calls in the listener thread, ... new programming language, called Java, is MUCH simpler than C++. ... (comp.lang.java.gui) - Re: LPT square wave
... timer or just plain delays? ... Plain delays (for example 'for' loops) will be depended on the system speed. ... In a Windows program that I've coded for programming AVR ... (sci.electronics.design) |
|