jfilechooser

in order to create a jfile chooser to open in a new pannel, do i have to create a class gui for it?
[106 byte] By [helen_166a] at [2007-10-3 11:46:59]
# 1
> in order to create a jfile chooser to open in a new> pannel, do i have to create a class gui for it?What do you mean in a new panel? What do you mean by class gui?Also, this question should have been asked in the Swing forum.
zadoka at 2007-7-15 14:19:50 > top of Java-index,Java Essentials,Java Programming...
# 2
oh im sorry, i have a gui which needs to allow the user to select a file to send to a user on the system. to do this i thought it would be best to have some sort of file chooser im just insure about how to implement this
helen_166a at 2007-7-15 14:19:50 > top of Java-index,Java Essentials,Java Programming...
# 3
http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JFileChooser.html
CeciNEstPasUnProgrammeura at 2007-7-15 14:19:50 > top of Java-index,Java Essentials,Java Programming...