forked from External/mage
New game panel: new player info, centered hand, displaying poison counters, layout fix (Issue 25 fix), avatars, etc.
This commit is contained in:
parent
3710f275db
commit
08a4aa4aea
101 changed files with 571 additions and 117 deletions
|
|
@ -66,7 +66,7 @@ public class CollectionViewerPane extends MagePane {
|
|||
}
|
||||
|
||||
private void initComponents(Component container) {
|
||||
Component component = container != null ? container : collectionViewerPanel;
|
||||
Component component = container != null ? container : new CollectionViewerPanel();
|
||||
|
||||
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
|
||||
getContentPane().setLayout(layout);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue