在swing中如何实现文件选择
就像html中的 <input type= "file " name= " "> 这个标签在的功能在swing中如何实现,请指点
[解决办法]
java.awt.FileDialog
[解决办法]
是 Swing
javax.swing.JFileChooser
[解决办法]
使用教程在
http://java.sun.com/docs/books/tutorial/uiswing/components/filechooser.html