button.setAlignmentY(Component.BOTTOM_ALIGNMENT);
buttonPanel.add(Box.createVerticalGlue());
buttonPanel.add(button);
filePanel.add(buttonPanel, BorderLayout.EAST);
add(filePanel, BorderLayout.NORTH);
bogusPanel = new LabeledComponent(null, new Panel(), true);
add(bogusPanel, BorderLayout.CENTER);
}