forked from External/mage
* Added display of player order to the draft panel. Added tray info for next card to pick if the XMage window is not active.
This commit is contained in:
parent
8e0dfcda80
commit
18d71a9377
6 changed files with 676 additions and 117 deletions
|
|
@ -40,6 +40,7 @@ public class MageTray {
|
|||
trayIcon.setImageAutoSize(true);
|
||||
|
||||
trayIcon.addActionListener(new ActionListener() {
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
stopBlink();
|
||||
MageFrame frame = MageFrame.getInstance();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue