> I'm trying to intercept mouse clicks on jlist items so that if the mouse
> is
[quoted text clipped - 4 lines]
>
> Any ideas on how I might do this?
yes, since this falls under UI responsibility you have to write your own
ListUI (or better extend existing one)

Signature
Andrey Kuznetsov
http://uio.dev.java.net Unified I/O for Java
http://reader.imagero.com Java image reader
http://jgui.imagero.com Java GUI components and utilities
Richard Adler - 10 Mar 2005 21:03 GMT
Okay, I'll find some documentation on it.
Thanks