devicePanel = new JPanel();
devicePanel.setBorder(BorderFactory.createEmptyBorder(10, 20, 5, 20));
devicePanel.setBackground(Color.WHITE);
devicePanel.setLayout(new BoxLayout(devicePanel, BoxLayout.PAGE_AXIS));
imagePanel = new UIImagePanel();
// pane.setPreferredSize(pane.getPreferredSize());
imagePanel.setAlignmentX(Component.CENTER_ALIGNMENT);
imagePanel.setAlignmentY(Component.TOP_ALIGNMENT);
devicePanel.setAlignmentX(Component.CENTER_ALIGNMENT);
devicePanel.setAlignmentY(Component.TOP_ALIGNMENT);