Add the entryid as a tool tip so that a user can look up entry ids for use
in external programs (like shoutdiscs.pl). git-svn-id: https://samskivert.googlecode.com/svn/trunk@217 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: EntryList.java,v 1.5 2001/07/26 01:18:21 mdb Exp $
|
||||
// $Id: EntryList.java,v 1.6 2001/08/06 23:26:42 mdb Exp $
|
||||
|
||||
package robodj.chooser;
|
||||
|
||||
@@ -176,6 +176,7 @@ public class EntryList
|
||||
button.setActionCommand("browse");
|
||||
button.addActionListener(this);
|
||||
button.putClientProperty("entry", entries[i]);
|
||||
button.setToolTipText("Entry ID: " + entries[i].entryid);
|
||||
hpanel.add(button);
|
||||
|
||||
button = new JButton("Play");
|
||||
|
||||
Reference in New Issue
Block a user