i'm using eclipse platform and window builder pro within. I've already created new project (window builder -> swing designer -> application window); Now I want my app to show some 2D animation (for example rectangle that moves) without blinking screen. What's the best way to do that? Right now i have only these methods in my code: MainWindow() constructor, initialize() and main(String[] args)
I've already read some info about displaying a 2D Graphics, but they all use different components and idk which way is the best and i don't always understand the methods that they use.