forked from External/mage
Added MBS (sets, Collection Viewer, Downloader).
This commit is contained in:
parent
8718b3ed3e
commit
2a2f3a0ceb
5 changed files with 301 additions and 231 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue