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