随笔分类 -  swing

学习swing
摘要:package swing;import java.awt.Component;import java.awt.GridLayout;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import javax 阅读全文
posted @ 2018-09-27 14:06 叶小东 阅读(2407) 评论(0) 推荐(0)
摘要:package swing;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import javax.swing.JButton;import javax.swing.JFrame;import javax 阅读全文
posted @ 2018-09-27 14:00 叶小东 阅读(4003) 评论(0) 推荐(0)
摘要:package swing;import javax.swing.JButton;import javax.swing.JFrame;import javax.swing.JLabel;import javax.swing.JPanel;import javax.swing.JPasswordFie 阅读全文
posted @ 2018-09-27 09:57 叶小东 阅读(237) 评论(0) 推荐(0)
摘要:package swing;import javax.swing.JFrame;import javax.swing.JLabel;public class HelloWorld { private static void createAndShowGUI(){ //设置界面的 外观为漂亮 JFra 阅读全文
posted @ 2018-09-27 09:33 叶小东 阅读(268) 评论(0) 推荐(0)