- Resized picture of Booster Draft Deck Editor.

- Changed column sizes in Booster Draft Deck Editor (they are the same now as the regular deck editors).
This commit is contained in:
jendave
2011-08-06 03:21:11 +00:00
parent 25c3a639b9
commit 08038c5480

View File

@@ -124,12 +124,15 @@ public class Gui_BoosterDraft extends JFrame implements CardDetail, NewConstants
allCardModel.addListeners(allCardTable);
allCardTable.setModel(allCardModel);
allCardModel.resizeCols(allCardTable);
//construct deckModel
deckModel = new TableModel(this);
deckModel.addListeners(deckTable);
deckTable.setModel(deckModel);
deckModel.resizeCols(deckTable);
//add cards to GUI from deck
// refreshGui();
@@ -207,7 +210,7 @@ public class Gui_BoosterDraft extends JFrame implements CardDetail, NewConstants
cardDetailPanel.setBounds(new Rectangle(693, 23, 239, 323));
cardDetailPanel.setLayout(null);
picturePanel.setBorder(BorderFactory.createEtchedBorder());
picturePanel.setBounds(new Rectangle(698, 362, 226, 301));
picturePanel.setBounds(new Rectangle(693, 348, 240, 340));
picturePanel.setLayout(borderLayout1);
statsLabel.setFont(new java.awt.Font("Dialog", 0, 16));
statsLabel.setText("Total - 0, Creatures - 0 Land - 0");