* 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:
LevelX2 2014-11-01 01:59:33 +01:00
parent 8e0dfcda80
commit 18d71a9377
6 changed files with 676 additions and 117 deletions

View file

@ -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();