-
大小: 5.87KB文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-02-20
- 語(yǔ)言: Java
- 標(biāo)簽:
資源簡(jiǎn)介
Java 監(jiān)聽(tīng)列表項(xiàng)雙擊事件(基礎(chǔ)篇-實(shí)例330).zip
代碼片段和文件信息
package?com.mingrisoft.jlist;
import?java.awt.BorderLayout;
import?java.awt.EventQueue;
import?javax.swing.Jframe;
import?javax.swing.JPanel;
import?javax.swing.border.EmptyBorder;
import?javax.swing.JLabel;
import?javax.swing.JScrollPane;
import?javax.swing.JList;
import?java.awt.Font;
import?java.awt.event.WindowAdapter;
import?java.awt.event.WindowEvent;
import?java.awt.event.MouseAdapter;
import?java.awt.event.MouseEvent;
import?javax.swing.ListSelectionModel;
import?javax.swing.UIManager;
public?class?SelectEventTest?extends?Jframe?{
????
????/**
?????*?
?????*/
????private?static?final?long?serialVersionUID?=?7020163320919418696L;
????private?JPanel?contentPane;
????private?JList?list;
????private?JLabel?label;
????
????/**
?????*?Launch?the?application.
?????*/
????public?static?void?main(String[]?args)?{
????????try?{
????????????UIManager.setLookAndFeel(“com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel“);
????????}?catch?(Throwable?e)?{
?
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????????232??2010-09-11?17:00??.classpath
?????文件?????????379??2010-09-11?17:00??.project
?????文件?????????806??2013-11-21?08:41??bin\com\mingrisoft\jlist\SelectEventTest$1.class
?????文件?????????752??2013-11-21?08:41??bin\com\mingrisoft\jlist\SelectEventTest$2.class
?????文件?????????743??2013-11-21?08:41??bin\com\mingrisoft\jlist\SelectEventTest$3.class
?????文件????????3820??2013-11-21?08:41??bin\com\mingrisoft\jlist\SelectEventTest.class
?????文件????????3620??2010-09-11?17:00??src\com\mingrisoft\jlist\SelectEventTest.java
評(píng)論
共有 條評(píng)論