forked from External/mage
draft stuff
This commit is contained in:
parent
2e13136101
commit
03e3be90d6
34 changed files with 1238 additions and 743 deletions
|
|
@ -34,6 +34,7 @@
|
|||
|
||||
package mage.client.draft;
|
||||
|
||||
import java.util.UUID;
|
||||
import mage.client.MagePane;
|
||||
|
||||
/**
|
||||
|
|
@ -47,6 +48,10 @@ public class DraftPane extends MagePane {
|
|||
initComponents();
|
||||
}
|
||||
|
||||
public void showDraft(UUID draftId) {
|
||||
this.draftPanel1.showDraft(draftId);
|
||||
}
|
||||
|
||||
/** This method is called from within the constructor to
|
||||
* initialize the form.
|
||||
* WARNING: Do NOT modify this code. The content of this method is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue