hypesystem

GD - Drawable.java

Nov 1st, 2011
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1. package gd;
  2.  
  3. import java.awt.*;
  4.  
  5. /**
  6.  * This is an unchanged version of the interface required by the assignment.
  7.  * @author hypesystem
  8.  * @email  [email protected]
  9.  */
  10. public interface Drawable {
  11.     public void draw(Graphics g);
  12. }
Advertisement
Add Comment
Please, Sign In to add comment