lblName = new JLabel();
lblVersion = new JLabel();
sepTop = new JSeparator();
lblCopyright = new JLabel();
pnlART = new ImagePanel(new ImageIcon(getClass().getResource("/com/art/anette/client/ui/resources/art.png")).getImage(), true);
btnClose = new JButton();
pnlLogo = new ImagePanel(new ImageIcon(getClass().getResource("/com/art/anette/client/ui/resources/logo.png")).getImage(), true);
sepCopyright = new JSeparator();
btnLicense = new JButton();
sepThirdParty = new JSeparator();
lblThirdParty = new JLabel();