Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Guide to the standard library? Library for drawing in GUIs?drawing inbrowsers?

Reply
Thread Tools

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

 
 
defn noob
Guest
Posts: n/a
 
      06-28-2008
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?
 
Reply With Quote
 
 
 
 
Mark Space
Guest
Posts: n/a
 
      06-28-2008
defn noob wrote:
> 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:
<http://java.sun.com/docs/books/tutorial/2d/index.html>


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

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Python-by-example - new online guide to Python Standard Library GHUM Python 3 04-02-2008 01:53 PM
funny drawing software:ScreenPen,drawing directly on screen! yyzzbb@sina.com Digital Photography 0 02-04-2006 12:31 AM
add pexpect to the standard library, standard "install" mechanism. funkyj Python 5 01-20-2006 08:35 PM
System.Drawing For Drawing Text Images jjbutera@hotmail.com ASP .Net 1 01-09-2006 09:55 PM
How standard is the standard library? steve.leach Python 1 04-18-2005 04:07 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57