Link to home
Start Free TrialLog in
Avatar of matthew016
matthew016Flag for Belgium

asked on

JList with CellRenderer problem

Hi,
I have JPanels in each of the cells of my JList,
(I made a CellRenderer)
In those JPanels there are JTextFields, JButtons, ...
But I can't click on the components ...
why ?
Thanks.
Avatar of zzynx
zzynx
Flag of Belgium image

>> But I can't click on the components ...
Please explain
Avatar of matthew016

ASKER

For example,
When I click on a JComboBox inside the JPanel,
It won't show me the items ...
The mouse events are not going through it,
I added a MouseListener to test on the JPanel,
with some print tests,
but it won't work ...
ASKER CERTIFIED SOLUTION
Avatar of zzynx
zzynx
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
>> I made a CellRenderer
extending/implementing what?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanx 4 axxepting