2011年5月14日
摘要: import javax.swing.*;/***在swing组建中使用html标签*@author Eastsun*/public class UnderLine extends JFrame{public UnderLine(){super(/"JLabel中显示下划线/");JLabel label =new JLabel(/"<html><u>下划线</u>,看到没?</html>/");add(label);setSize(320,240);}public static void main(Str 阅读全文
posted @ 2011-05-14 18:07 星^_^風 阅读(306) 评论(0) 推荐(0) 编辑
摘要: import java.awt.BorderLayout;import java.awt.Color;import java.awt.Graphics;import java.awt.GridLayout;import javax.swing.ImageIcon;import javax.swing.JButton;import javax.swing.JFrame;import javax.swing.JLabel;import javax.swing.JPanel;import javax.swing.JTextField;public class CreatFrame { JLabel 阅读全文
posted @ 2011-05-14 17:03 星^_^風 阅读(1087) 评论(0) 推荐(0) 编辑