6789101112131415
public static void main(String... args) { Frame window = new SheepFrame(); window.setVisible(true); window.toFront(); } }