Guide to the standard library? Library for drawing in GUIs?drawing inbrowsers?

D

defn noob

i need a library to draw pictures either in a GUI or in the browser if
that is possible?

what libraries are there for this and where can i browse the standard
library and where can i find 3rd party libraries?
 
M

Mark Space

defn said:
i need a library to draw pictures either in a GUI or in the browser if
that is possible?

It depends on what you mean by "in a browser." Swing (and AWT) works
both on the desktop and in an applet. But applets aren't much used
these days.

The other way of displaying "pictures" would just be to draw them on an
image and then display them. Both Swing and browsers handle that just fine.

Swing:
<http://java.sun.com/docs/books/tutorial/uiswing/>

Images:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,734
Messages
2,569,441
Members
44,832
Latest member
GlennSmall

Latest Threads

Top