private NavigationPane buttons;
private JPanel sort;
public BrowserTest() {
tree = new FolderBrowserPane();
buttons = new NavigationPane(tree); // new NavigationButtons(tree);
sort = new JPanel(new FlowLayout());
images = new CenteringScrollPane();
images.setHorizontalScrollBarPolicy(