yes = new KongaToggleButton("&Yes");
no = new KongaToggleButton("&No");
ButtonUtils.makeMutuallyExclusive(yes, no);
ButtonUtils.addActionListener(new ButtonListener(), yes, no);
WizardStyleSheet.SMALL_CAPTION_STYLE.makeOver(yes, no);
cards = new CardPanel();
cards.add(new JLabel(), "no");
cards.add(controlPanel, "yes");
cards.show("no");
setCanContinue(true);
nextPageBinding = new NextPageEnabledBinding();