[JAVA2D] Java2D and Quadro FX 500/FX 600

2005-06-29 Thread Boden, Donovan
Title: Java2D and Quadro FX 500/FX 600 Hi, I am developing a Java 1.4.2 application using Swing that will run on a set of Dell servers running WinXP Pro SP2, DirectX 9.0c, and the latest drivers for the Quadro FX 500/FX 600 (v7.7.1.8). We use dual screens and when the window of our app

Re: [JAVA2D] Acceleration and movement problem

2005-05-11 Thread Boden, Donovan
This isn't quite the proper forum to ask about that, but I do have an answer. Your velocity is equal to the absolute value of (vel_x * vel_y), so calculate what vel_x and vel_y are. Then test to see if they are over max_velocity. If they are scale them back down to fix within max_velocity.