import java.awt.*; public class ShowFrame { public static void main (String[] s) { Frame frame = new Frame(); frame.show(); } }