{
super(wizard);
// The content panel has a white background
contentPanel = new JPanel(new BorderLayout());
contentPanel.setBorder(new ReverseShadowBorder());
contentPanel.setBackground(SkyTheme.COLOR_BACKGROUND_LIGHT);
// Create a frame panel that has the same background properties as the wizard page (or else the border would appear white)
framePanel = new JPanel(new BorderLayout());
framePanel.setBorder(new EmptyBorder(15, 13, 15, 13));