Drawer.draw() now throws IOException.
This commit is contained in:
		@@ -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();
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user