Java AWT Graphics – Interpolate Shapes with subpixel accuracy
I’m working on a project where I need an animation of balls moving on an ellipse (e.g. a circumference). At the moment, I’m drawing it all on a JPanel, by overriding the paintComponent() method, and the moving effect comes from repainting it at a fixed rate, and changing the position of the "balls". It all… Read More Java AWT Graphics – Interpolate Shapes with subpixel accuracy