Added MBS (sets, Collection Viewer, Downloader).

This commit is contained in:
magenoxx 2011-02-06 11:02:11 +03:00
parent 8718b3ed3e
commit 2a2f3a0ceb
5 changed files with 301 additions and 231 deletions

View file

@ -295,10 +295,9 @@ public class MageBook extends JComponent {
private HoverButton pageRight;
private int currentPage = 0;
private String currentSet = "SOM";
private String currentSet = "MBS";
private static CardDimensions cardDimensions = new CardDimensions(1.2d);
private static Font font = new Font("Arial", Font.PLAIN, 14);
private static final Logger log = Logger.getLogger(MageBook.class);
private Dimension cardDimension;