mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00: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…
Reference in a new issue