public class SurpriseClient { public static void main (String[] args) { Surprise s = new Surprise(); s.setup(); s.draw(); } }