91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 4.88KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-02-01
  • 語言: Java
  • 標簽:

資源簡介

Java 編寫簡單的瀏覽器(基礎篇-實例366).zip

資源截圖

代碼片段和文件信息

package?com.mingrisoft.jeditorpane;

import?java.awt.BorderLayout;
import?java.awt.EventQueue;

import?javax.swing.Jframe;
import?javax.swing.JPanel;
import?javax.swing.border.EmptyBorder;
import?javax.swing.UIManager;
import?javax.swing.JScrollPane;
import?javax.swing.JLabel;
import?javax.swing.JTextField;
import?java.awt.Font;
import?javax.swing.JEditorPane;
import?java.awt.FlowLayout;
import?java.awt.event.ActionListener;
import?java.awt.event.ActionEvent;
import?java.io.IOException;

public?class?HTMLViewer?extends?Jframe?{
????
????/**
?????*?
?????*/
????private?static?final?long?serialVersionUID?=?-8102788557698714466L;
????private?JPanel?contentPane;
????private?JTextField?textField;
????private?JEditorPane?editorPane;
????
????/**
?????*?Launch?the?ap

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????232??2010-09-11?17:00??.classpath
?????文件?????????379??2010-09-11?17:00??.project
?????文件?????????805??2013-11-21?08:41??bin\com\mingrisoft\jeditorpane\HTMLViewer$1.class
?????文件?????????782??2013-11-21?08:41??bin\com\mingrisoft\jeditorpane\HTMLViewer$2.class
?????文件????????3312??2013-11-21?08:41??bin\com\mingrisoft\jeditorpane\HTMLViewer.class
?????文件????????3126??2010-09-11?17:00??src\com\mingrisoft\jeditorpane\HTMLViewer.java

評論

共有 條評論