I read tutorial in File Browser Gui , but if the strucutre folder changed, program cannot dynamic reload, how to create refresh/reload function in File Browser GUI ?
Here my uncomplete code
refreshPath = new JButton("Refresh");
refreshPath.addActionListener(new ActionListener(){
public void actionPerformed(ActionEvent ae) {
....
}
});
toolBar.add(refreshPath);