Canvas « Applet « Java Swing Q&A





1. Java Swing vs HTML5 Canvas for interactive animations    stackoverflow.com

I'd like to create an interactive animation like what Visual Thesaurus offers. I'm evaluating the different technologies I could adopt, and I was wondering what are the pros and ...

2. Canvas vs Applet painting    coderanch.com

Mm......Still need help Let me rephrase my questions: My concern are drawing on an applet panel itself and drawing on Canvas. My appln don't need to run on a web-browser, nor a game program. Is just a simple program full of shapes eg. oval, rects, lines, circles, etc., overlapping each other To draw these I can choose to draw directly on ...