mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
fixed Mage.Client build
This commit is contained in:
parent
82a45cee88
commit
77d05d665d
1 changed files with 10 additions and 0 deletions
|
|
@ -72,4 +72,14 @@ public class OldCardLayoutStrategy implements CardLayoutStrategy {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getDefaultZOrder() {
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onAdd(JLayeredPane jLayeredPane) {
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue