資源簡介
Java 支持圖標的列表控件(基礎篇-實例391).zip
代碼片段和文件信息
package?com.lzw;
import?java.awt.BorderLayout;
import?java.awt.Color;
import?java.awt.Component;
import?java.awt.EventQueue;
import?javax.swing.ImageIcon;
import?javax.swing.JComboBox;
import?javax.swing.Jframe;
import?javax.swing.JLabel;
import?javax.swing.JList;
import?javax.swing.JPanel;
import?javax.swing.JScrollPane;
import?javax.swing.ListCellRenderer;
import?javax.swing.border.EmptyBorder;
public?class?IconList?extends?Jframe?{
????
????private?JPanel?contentPane;
????
????/**
?????*?Launch?the?application.
?????*/
????public?static?void?main(String[]?args)?{
????????EventQueue.invokeLater(new?Runnable()?{
????????????public?void?run()?{
????????????????try?{
????????????????????IconList?frame?=?new?IconList();
????????????????????frame.setVisible(tru
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????301??2010-08-23?13:26??.classpath
?????文件?????????379??2010-09-07?14:51??.project
?????文件????12052829??2010-10-19?11:37??支持圖標的列表控件.exe
?????文件?????????635??2010-08-23?13:26??.settings\org.eclipse.jdt.core.prefs
?????文件?????????719??2013-11-21?08:41??bin\com\lzw\IconList$1.class
?????文件????????1671??2013-11-21?08:41??bin\com\lzw\IconList$2.class
?????文件????????2595??2013-11-21?08:41??bin\com\lzw\IconList.class
?????文件???????11612??2010-08-24?08:53??bin\res\0.png
?????文件????????8804??2010-08-24?08:53??bin\res\1.png
?????文件???????11023??2010-08-24?08:53??bin\res\2.png
?????文件????????6726??2010-08-24?08:53??bin\res\3.png
?????文件????????9033??2010-08-24?08:53??bin\res\4.png
?????文件????????9232??2010-08-24?08:53??bin\res\5.png
?????文件???????14031??2010-08-24?08:53??bin\res\6.png
?????文件????????3227??2010-08-24?11:26??src\com\lzw\IconList.java
?????文件???????11612??2010-08-24?08:53??src\res\0.png
?????文件????????8804??2010-08-24?08:53??src\res\1.png
?????文件???????11023??2010-08-24?08:53??src\res\2.png
?????文件????????6726??2010-08-24?08:53??src\res\3.png
?????文件????????9033??2010-08-24?08:53??src\res\4.png
?????文件????????9232??2010-08-24?08:53??src\res\5.png
?????文件???????14031??2010-08-24?08:53??src\res\6.png
- 上一篇:Java 將文本文件導入Word中
- 下一篇:Java 電子通訊錄
評論
共有 條評論