我在File Browser Gui中阅读教程,但如果 strucutre 文件夹更改,程序无法动态重新加载,如何在 File Browser GUI 中创建刷新/重新加载功能?
这是我不完整的代码
refreshPath = new JButton("Refresh");
refreshPath.addActionListener(new ActionListener(){
public void actionPerformed(ActionEvent ae) {
....
}
});
toolBar.add(refreshPath);