mainPanel.setBorder(new EmptyBorder(5, 5, 5, 5));
mainPanel.setLayout(new GridBagLayout());
this.add(mainPanel, new GridBagConstraints(0, 0, 1, 1, 1, 1, GridBagConstraints.NORTHWEST, GridBagConstraints.BOTH, new Insets(0, 0, 0, 0),
0, 0));
help = new HoverHelp();
help.getHelpLabel().setBorder(BorderFactory.createEtchedBorder());
help.getHelpLabel().setMinimumSize(new Dimension(585, 20));
help.getHelpLabel().setMaximumSize(new Dimension(695, 20));
this.add(help.getHelpLabel(), new GridBagConstraints(0, 1, 1, 1, 0.1, 0.0, GridBagConstraints.SOUTHWEST, GridBagConstraints.HORIZONTAL,
new Insets(0, 0, 0, 0), 0, 0));