forked from External/mage
GUI: chats code upgraded to use new popup hint code;
This commit is contained in:
parent
5725e15771
commit
c328c71ef9
7 changed files with 96 additions and 53 deletions
|
|
@ -465,6 +465,10 @@ public final class GamePanel extends javax.swing.JPanel {
|
|||
this.btnCancelSkip.setVisible(true);
|
||||
this.btnToggleMacro.setVisible(true);
|
||||
|
||||
// cards popup info in chats
|
||||
this.gameChatPanel.setGameData(gameId, bigCard);
|
||||
this.userChatPanel.setGameData(gameId, bigCard);
|
||||
|
||||
this.btnSkipToNextTurn.setVisible(true);
|
||||
this.btnSkipToEndTurn.setVisible(true);
|
||||
this.btnSkipToNextMain.setVisible(true);
|
||||
|
|
@ -1915,6 +1919,8 @@ public final class GamePanel extends javax.swing.JPanel {
|
|||
|
||||
bigCard.setBorder(new LineBorder(Color.black, 1, true));
|
||||
|
||||
// CHATS and HINTS support
|
||||
|
||||
// HOTKEYS
|
||||
|
||||
int c = JComponent.WHEN_IN_FOCUSED_WINDOW;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue