PDA

Click to See Complete Forum and Search --> : Displaying an image...


plenderj
Jul 25th, 2001, 08:45 AM
Howdy.

I'm using jbuilder to create a UI on an applet im making.
I need to display a few pictures though on it somehow.

Playing cards (as in 2 of spades, 8 of hearts, kinda cards) are what im trying to display.

Just wondering what sorta code I'd use ....


JBuilder is using swing to display all the components if thats of any use...

gwdash
Aug 5th, 2001, 05:36 PM
you can use the AWT graphics method. see this link:

http://java.sun.com/docs/books/tutorial/uiswing/painting/usingImages.html

filburt1
Aug 5th, 2001, 05:59 PM
Originally posted by plenderj
I'm using JBuilider...

BTW, JBuilder 5 is out. The "personal" (foundation) version is free and about a 40 MB :eek: download from http://www.borland.com/jbuilder .

plenderj
Aug 6th, 2001, 11:26 PM
Yeah thats the one I got ;)

Thanks for the link gwdash.