});
return check;
}
private JComponent createGettingStartedHelpBlurb() {
TextStyle captionStyle = TextStyle.adjustSize(WizardStyleSheet.SECTION_STYLE, 2);
KongaLabel caption = captionStyle.makeLabel("Getting Started Help");
caption.setAntiAliasingEnabled(true);
caption.setBorder(Empty.border(0, 0, 10, 0));
TextStyle textStyle = TextStyle.adjustSize(TextStyles.DefaultText, 1);
JLabel text = textStyle.makeLabel("<html>First time using Jitterbit? Need a<br>" +
"refresher? Use these tools to get<br>" +
"started with your first integration.</html>");
OneColumnPanel left = new OneColumnPanel();
left.setWeightX(1.0);
left.addAll(caption, text);