Getting Images from a Directory & Displaying them in frame

I need to know tht how can i get Images from a Directory using JFIle Chooser & then displaying all the images in small size in the frame below plz help me out !THankx
[184 byte] By [Mizraabia] at [2007-11-26 14:48:51]
# 1

> I need to know tht how can i get Images from a

> Directory using JFIle Chooser

Howe to use a JFileChooser:

http://www.exampledepot.com/egs/javax.swing.filechooser/CreateDlg.html?l=rel

> & then displaying all

> the images in small size in the frame below

Lesson: Working with Images:

http://java.sun.com/docs/books/tutorial/2d/images/index.html

> plz help me out !

>

> THankx

You're most welcome.

prometheuzza at 2007-7-8 8:36:42 > top of Java-index,Other Topics,Java Game Development...
# 2
A Swing book/tutorial probably has everything you need all in one place.
CarrieHunta at 2007-7-8 8:36:42 > top of Java-index,Other Topics,Java Game Development...
# 3

You might also want to look through these:

[url=http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JLabel.html]JLabel[/url]

[url=http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JFrame.html]JFrame[/url]

[url=http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JFileChooser.html]JFileChooser[/url]

[url=http://java.sun.com/docs/books/tutorial/uiswing/painting/index.html]Swing: Custom Painting[/url]

Good luck.

CaptainMorgan08a at 2007-7-8 8:36:42 > top of Java-index,Other Topics,Java Game Development...