////chooser.setFileFilter(new FileFilter())
JFileChooser chooser=new JFileChooser("d:/亩行")
chooser.setFileFilter(new FileFilter() {
@Override
public String getDescription() {
return null
}
@Override
public boolean accept(File file) {
if(file.isDirectory()||file.getAbsolutePath().indexOf(".xls"悉唤)>0||file.getAbsolutePath().indexOf(".pdf")>0)
return true
return false
}
})
软件设定。swing打开excel并保存是软件设定好的,不可更困改改。Swing是一个用于开发Java应用程序用户界面的开发工具包。以抽象窗口工具汪告判包(AWT)为基础使跨平台应用友森程序可以使用任何可插拔的外观风格。欢迎分享,转载请注明来源:内存溢出
评论列表(0条)