以下代码弹出一个针对用户主目录的文件选择器,其中只显示.jpg 和.gif 图像: JFileChooser chooser = new JFileChooser(); // Note: source for ExampleFileFilter ...
確定! 回上一頁