The issue
So, I have an issue again. Unfoturnately, I have no rich experience in Swing. My issue has two sides:
1. I'm using Jlist. Every item is an image and a caption underneath. But idems rendering depends on lengths of the captions. If I call setFixedCellHeight() or setFixedCellwidth() it made my captions truncated and user couldn't see full caption. I want to achieve an effect like in Windows Explorer. Items are one under another (they are lined up, captions are truncated if they are too long) but when I select any item, I can see full caption in any cases.
2. How about area selection? I can easily select all icons with rectangle area, using my mouse pointer. How to switch on such selection method for JList?
I've posted it on forum.java.sun.com some days ago, but still no response. May be anyone can help me?
1. I'm using Jlist. Every item is an image and a caption underneath. But idems rendering depends on lengths of the captions. If I call setFixedCellHeight() or setFixedCellwidth() it made my captions truncated and user couldn't see full caption. I want to achieve an effect like in Windows Explorer. Items are one under another (they are lined up, captions are truncated if they are too long) but when I select any item, I can see full caption in any cases.
2. How about area selection? I can easily select all icons with rectangle area, using my mouse pointer. How to switch on such selection method for JList?
I've posted it on forum.java.sun.com some days ago, but still no response. May be anyone can help me?
