0
votes
1answer
44 views

Do Game Libraries like LWJGL use the original Java2d and Java3d API?

Ok, so I was planning on learning a little bit about java2d graphics and the java3d API and was wondering if there was any relation between the popular libraries and the raw Java API. I would like to ...
0
votes
1answer
450 views

Roles of JavaFx 2.0, Swing, and Java 2D in Java 7 Ecosystem

I am a bit confused as to the new standards. To the best of my understanding Swing -- the former standard interface library -- is based on it's predecesor, AWT, and the Java 2D graphics libraries. ...
0
votes
1answer
145 views

Desktop Animated Application in Java

I want to create java Desktop Application (J2SE). In this application lot of animation is required.Please Recommend me which API is suitable for development. Major focus on: Animation Reliability ...
1
vote
2answers
146 views

Wobbly frames & windows in Java Swing?

I was wondering if it's possible to implement Compiz's wobbly windows graphic effect (deforming a window while moving it using the mouse cursor) in Java Swing, using Java2D or Java3D. Has anyone ...
0
votes
1answer
59 views

Generating Weblogo image using Java

Currently I am working on Weblogo. I need to generate weblogo image using Java language. So in this image, each column will contain number of alphabet characters. Height of the characters may vary ...
0
votes
1answer
901 views

Interactive graphs using java graphics API (2D/3D/OpenGL/etc)?

Recently searching for a 'technical article' I stumbled upon this Microsoft page: http://academic.research.microsoft.com/. I found the paper I was looking for but was amazed by its VisualExplorer ...