tree = new FolderBrowserPane();
buttons = new NavigationPane(tree); // new NavigationButtons(tree);
sort = new JPanel(new FlowLayout());
images = new CenteringScrollPane();
images.setHorizontalScrollBarPolicy(
JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS
);
images.setVerticalScrollBarPolicy(
JScrollPane.VERTICAL_SCROLLBAR_ALWAYS