forked from External/mage
Undo old implementation change (caused an enchant land bug)
This commit is contained in:
parent
ffcdb51d1b
commit
4e1901166b
3 changed files with 19 additions and 24 deletions
|
|
@ -1,13 +0,0 @@
|
|||
package mage.client.util.layout;
|
||||
|
||||
import javax.swing.*;
|
||||
|
||||
/**
|
||||
* Interface for operations that modify cards' layout
|
||||
*
|
||||
* @author noxx
|
||||
*/
|
||||
public interface CardLayoutStrategy {
|
||||
|
||||
void doLayout(JLayeredPane jLayeredPane, int width);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue