• 大小: 11.19M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-06-24
  • 语言: Java
  • 标签:

资源简介

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

评论

共有 条评论