fixed Mage.Client build

This commit is contained in:
North 2014-06-02 15:58:38 +03:00
parent 82a45cee88
commit 77d05d665d

View file

@ -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.");
}
}