> 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.
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.