正在加载图片...
Creating Frames import javax. swing. *i public class MyFrame public static void main(string[] args) JFrame frame new JFrame("Test Frame") frame setsize(400, 300)i frame. setvisible(true) //frame setDefaultcloseOperation( JFrame EXIT ON CLOSE) RunCreating Frames import javax.swing.*; public class MyFrame { public static void main(String[] args) { JFrame frame = new JFrame("Test Frame"); frame.setSize(400, 300); frame.setVisible(true); // frame.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE); } } Run
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有