New helper component

This commit is contained in:
magenoxx 2012-06-27 14:25:12 +04:00
parent 2a9fc12f26
commit c2a517f1b3
3 changed files with 59 additions and 22 deletions

View file

@ -95,7 +95,7 @@ public class FeedbackPanel extends javax.swing.JPanel {
this.btnLeft.setText("Yes");
this.btnRight.setVisible(true);
this.btnRight.setText("No");
this.helper.setState("Yes", true, "Yes", true);
this.helper.setState("Yes", true, "No", true);
break;
case CONFIRM:
this.btnLeft.setVisible(true);
@ -120,7 +120,7 @@ public class FeedbackPanel extends javax.swing.JPanel {
this.btnLeft.setVisible(false);
this.btnRight.setVisible(true);
this.btnRight.setText("OK");
this.helper.setState("", false, "Done", true);
this.helper.setState("", false, "OK", true);
ArrowBuilder.removeAllArrows();
break;
}