NavigationHandler navHandler = new NavigationHandler();
JPanel navPanel = new JPanel();
navPanel.setLayout(new BoxLayout(navPanel, BoxLayout.X_AXIS));
navPanel.setBorder(BorderFactory.createCompoundBorder(BorderFactory.createEmptyBorder(8, 8,
8, 8), BorderFactory.createTitledBorder(new EtchedLineBorder(), langpack
.getString("installer.madewith")
+ " ", TitledBorder.DEFAULT_JUSTIFICATION, TitledBorder.DEFAULT_POSITION, new Font(
"Dialog", Font.PLAIN, 10))));