資源簡介
Java 漢字與區位碼的轉換(基礎篇-實例082).zip
代碼片段和文件信息
import?java.awt.EventQueue;
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.JOptionPane;
import?javax.swing.JPanel;
import?javax.swing.JTextField;
import?javax.swing.border.EmptyBorder;
import?javax.swing.UIManager;
public?class?ChineseToCode?extends?Jframe?{
????
????private?JPanel?contentPane;
????private?JTextField?textField;
????private?JTextField?resultField;
????
????/**
?????*?Launch?the?application.
?????*/
????public?static?void?main(String[]?args)?{
????????try?{
????????????UIManager
????????????????????.setLookAndFeel(“com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel“);
????????}?catch?(Throwable?e)?{
????????????e.printStack
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????301??2010-07-21?10:16??.classpath
?????文件?????????379??2010-09-07?13:47??.project
?????文件?????9193126??2010-10-20?20:36??漢字與區位碼的轉換.exe
?????文件?????????635??2010-07-21?10:16??.settings\org.eclipse.jdt.core.prefs
?????文件?????????712??2013-11-21?08:40??bin\ChineseToCode$1.class
?????文件?????????662??2013-11-21?08:40??bin\ChineseToCode$2.class
?????文件????????3345??2013-11-21?08:40??bin\ChineseToCode.class
?????文件????????3510??2010-07-21?13:03??src\ChineseToCode.java
評論
共有 條評論