資源簡介
Java 查看系統支持的外觀(基礎篇-實例321).zip
代碼片段和文件信息
package?com.mingrisoft.lookandfeel;
import?java.awt.BorderLayout;
import?java.awt.EventQueue;
import?java.awt.event.ActionEvent;
import?java.awt.event.ActionListener;
import?javax.swing.JButton;
import?javax.swing.JComboBox;
import?javax.swing.Jframe;
import?javax.swing.JPanel;
import?javax.swing.SwingUtilities;
import?javax.swing.UIManager;
import?javax.swing.border.EmptyBorder;
public?class?LookAndFeelTest?extends?Jframe?{
????
????/**
?????*?
?????*/
????private?static?final?long?serialVersionUID?=?-5073550486481259663L;
????private?JPanel?contentPane;
????private?JComboBox?comboBox;
????
????/**
?????*?Launch?the?application.
?????*/
????public?static?void?main(String[]?args)?{
????????EventQueue.invokeLater(new?Runnable()?{
????????????public?void?run()
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????232??2010-09-11?17:00??.classpath
?????文件?????????379??2010-09-11?17:00??.project
?????文件?????7613904??2010-09-28?09:12??查看系統支持的外觀.exe
?????文件?????????830??2013-11-21?08:41??bin\com\mingrisoft\lookandfeel\LookAndFeelTest$1.class
?????文件?????????811??2013-11-21?08:41??bin\com\mingrisoft\lookandfeel\LookAndFeelTest$2.class
?????文件????????1235??2013-11-21?08:41??bin\com\mingrisoft\lookandfeel\LookAndFeelTest$3.class
?????文件????????3030??2013-11-21?08:41??bin\com\mingrisoft\lookandfeel\LookAndFeelTest.class
?????文件????????2817??2010-09-11?17:00??src\com\mingrisoft\lookandfeel\LookAndFeelTest.java
評論
共有 條評論