AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Java 2D and Swing: A Comparison
The Java fix is based on a scene graph. In swing, it's immediate mode. This is other way around. So the Java fix would be more like a canvas in web. Where you're drawing your little stuff and what swing did with Java 2D was more like a DOM,. where every DOM node was somehow a transfer to the browser.