Simplest way to draw primitives in Java (not OpenGL)
Posted
by Little Jeans
on Stack Overflow
See other posts from Stack Overflow
or by Little Jeans
Published on 2010-05-19T22:47:05Z
Indexed on
2010/05/19
22:50 UTC
Read the original article
Hit count: 195
Just started to getting familiar with graphics in Java.
What is the simplest way to draw primitives (lines, rectangles) in Java without OpenGL (JOGL)?
Looking for methods like putPixel
, lineTo
, etc.
© Stack Overflow or respective owner