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:
mdb
2001-08-06 23:26:42 +00:00
parent 653347e6b8
commit 6e32cd319d
@@ -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");