Welcome to Shaykhi Academy!

import javax.swing.*; public class Main public static void main(String[] args) JFrame frame = new JFrame("My App"); frame.setSize(400, 300); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.setVisible(true);

Send Message Free Trial

Frame Gui Exclusive Download -

import javax.swing.*; public class Main public static void main(String[] args) JFrame frame = new JFrame("My App"); frame.setSize(400, 300); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.setVisible(true);