From 77d05d665d5c97c04660f79dff2c9e51fbec875b Mon Sep 17 00:00:00 2001 From: North Date: Mon, 2 Jun 2014 15:58:38 +0300 Subject: [PATCH] fixed Mage.Client build --- .../client/util/layout/impl/OldCardLayoutStrategy.java | 10 ++++++++++ 1 file changed, 10 insertions(+) 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."); + } }