17181920212223
/** The Constant HEIGHT. */ private static final int HEIGHT = 70; public static void main(String[] args) { GUIFunctions.setLookAndFeel("Windows"); new ServerFrame(WIDTH, HEIGHT); }