資源簡介
Java ASCII編碼查看器(基礎篇-實例096).zip
代碼片段和文件信息
package?com.mingrisoft.oop;
import?java.awt.BorderLayout;
import?java.awt.EventQueue;
import?java.awt.Font;
import?java.awt.GridLayout;
import?java.awt.event.ActionEvent;
import?java.awt.event.ActionListener;
import?javax.swing.JButton;
import?javax.swing.Jframe;
import?javax.swing.JLabel;
import?javax.swing.JPanel;
import?javax.swing.JTextField;
import?javax.swing.UIManager;
import?javax.swing.border.EmptyBorder;
import?javax.swing.border.EtchedBorder;
public?class?ASCIIViewer?extends?Jframe?{
????
????/**
?????*?
?????*/
????private?static?final?long?serialVersionUID?=?-6067423561196663639L;
????private?JPanel?contentPane;
????private?JTextField?asciiTextField;
????private?JTextField?numberTextField;
????private?JLabel?label3;
????private?JLabel?label6;
????
????/**
?????*?Launch?the?application.
?????*/
????public?static?void?main(String[]?args)?{
????????try?{
????????????UIManager.setLookAndFeel(“com.sun.java.swing.plaf.nimbus.NimbusLookAndFee
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????232??2010-09-11?17:02??.classpath
?????文件?????????379??2010-09-11?17:02??.project
?????文件?????????778??2013-11-21?08:41??bin\com\mingrisoft\oop\ASCIIViewer$1.class
?????文件?????????753??2013-11-21?08:41??bin\com\mingrisoft\oop\ASCIIViewer$2.class
?????文件?????????752??2013-11-21?08:41??bin\com\mingrisoft\oop\ASCIIViewer$3.class
?????文件????????4225??2013-11-21?08:41??bin\com\mingrisoft\oop\ASCIIViewer.class
?????文件????????5121??2010-09-11?17:02??src\com\mingrisoft\oop\ASCIIViewer.java
- 上一篇:Java 簡單的模擬時鐘
- 下一篇:Java 忙碌的按鈕控件
評論
共有 條評論