It's just JList with custom renderer.
Cheers,
Duc
> It's just JList with custom renderer.
It's more likely a JTable since it has two columns (that's if it is a
Swing GUI at all, which I doubt). However, I think the OP was referring
to the window, which is a tool window, like the kind you get in Photoshop,
with a thinner title bar than normal.
It is apparently possible with JInternalFrame but is an outstanding
feautre request for JDialog and JFrame
(http://http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6349556).
Dan.

Signature
Daniel Dyer
http://www.uncommons.org
Richter~9.6 - 13 Feb 2007 14:04 GMT
> > It's just JList with custom renderer.
>
[quoted text clipped - 11 lines]
> --
> Daniel Dyerhttp://www.uncommons.org
Thanks guys. This is very helpful. :-)
After Googling it looks like their might be a way using SWT toolset as
well.
Regards,
Richard
Lew - 13 Feb 2007 22:30 GMT
> After Googling it looks like their might be a way using SWT toolset as
> well.
If you're willing to tie yourself to SWT instead of Swing.
- Lew