diff --git a/Mage.Client/src/main/java/mage/client/util/layout/impl/OldCardLayoutStrategy.java b/Mage.Client/src/main/java/mage/client/util/layout/impl/OldCardLayoutStrategy.java index 5f973b6bf20..3b341e2832e 100644 --- a/Mage.Client/src/main/java/mage/client/util/layout/impl/OldCardLayoutStrategy.java +++ b/Mage.Client/src/main/java/mage/client/util/layout/impl/OldCardLayoutStrategy.java @@ -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."); + } }