資源簡介
Java 支持超鏈接的瀏覽器(基礎篇-實例367).zip
代碼片段和文件信息
package?com.mingrisoft.jeditorpane;
import?java.awt.BorderLayout;
import?java.awt.EventQueue;
import?java.awt.Font;
import?java.awt.event.ActionEvent;
import?java.awt.event.ActionListener;
import?java.io.IOException;
import?javax.swing.JButton;
import?javax.swing.JEditorPane;
import?javax.swing.Jframe;
import?javax.swing.JLabel;
import?javax.swing.JPanel;
import?javax.swing.JScrollPane;
import?javax.swing.JTextField;
import?javax.swing.UIManager;
import?javax.swing.border.EmptyBorder;
import?javax.swing.event.HyperlinkEvent;
import?javax.swing.event.HyperlinkListener;
public?class?HyperlinkTest?extends?Jframe?{
????
????/**
?????*?
?????*/
????private?static?final?long?serialVersionUID?=?6450255764865674830L;
????private?JPanel?contentPane;
????private?JTextField?textField;
????private?JEditorPane?editorPane;
????
????/**
?????*?Launch?the?application.
?????*/
????public?static?void?main(String[]?args)?{
????????try?{
????????????UIManager.setLook
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????232??2010-09-11?17:00??.classpath
?????文件?????????379??2010-09-11?17:00??.project
?????文件?????????820??2013-11-21?08:41??bin\com\mingrisoft\jeditorpane\Hyperli
?????文件?????????797??2013-11-21?08:41??bin\com\mingrisoft\jeditorpane\Hyperli
?????文件?????????819??2013-11-21?08:41??bin\com\mingrisoft\jeditorpane\Hyperli
?????文件????????3865??2013-11-21?08:41??bin\com\mingrisoft\jeditorpane\Hyperli
?????文件????????3770??2010-09-11?17:00??src\com\mingrisoft\jeditorpane\Hyperli
- 上一篇:Java 非同步的數據讀寫
- 下一篇:Java 自定義樹節點的外觀
評論
共有 條評論