import java.io.File; import javax.swing.*; public class Test extends JFrame { JFileChooser chooser = new JFileChooser(); JButton button ...
確定! 回上一頁