Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package gd;
- import java.awt.*;
- /**
- * This is an unchanged version of the interface required by the assignment.
- * @author hypesystem
- * @email [email protected]
- */
- public interface Drawable {
- public void draw(Graphics g);
- }
Advertisement
Add Comment
Please, Sign In to add comment