[UI] Moved Concede button from helper component to bottom-left

This commit is contained in:
magenoxx 2012-07-08 09:41:04 +04:00
parent 0211b4f1af
commit 6d670fa3ff
3 changed files with 30 additions and 24 deletions

View file

@ -134,7 +134,7 @@ public class FeedbackPanel extends javax.swing.JPanel {
this.helper.setSpecial("Pay 2 life", true);
}
boolean yourTurn = options != null && options.containsKey("your_turn");
//boolean yourTurn = options != null && options.containsKey("your_turn");
requestFocusIfPossible();
handleOptions(options);
@ -142,7 +142,6 @@ public class FeedbackPanel extends javax.swing.JPanel {
this.revalidate();
this.repaint();
this.helper.setLinks(btnLeft, btnRight, btnSpecial);
this.helper.setYourTurn(yourTurn);
this.helper.setVisible(true);
}