JPanel splashPanel = new JPanel(new BorderLayout());
progressLabel = new JLabel();
progressLabel.setBorder(new EmptyBorder(2, 5, 2, 5));
imagePanel = new ImagePanel(image);
imagePanel.setLayout(new BorderLayout());
imagePanel.setBackground(new Color(0, 0, 0, 0));
imagePanel.add(progressLabel, BorderLayout.PAGE_END);
JPanel appInfoPanel = new JPanel(new BorderLayout());