Drawer.draw() now throws IOException.
This commit is contained in:
parent
9e37f114d0
commit
39a082c2aa
@ -1,8 +1,10 @@
|
||||
package cicaprojekt;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
public interface Drawer {
|
||||
|
||||
public void draw();
|
||||
public void draw() throws IOException;
|
||||
public int getX();
|
||||
public int getY();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user