I need to make bold a row in a JList component to show the active row. It should be done dynamically to let user see the change in the active row immediately. How can I do this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Take a look on CustomCellRenderer in your renderer you could change the color of the presented label based on isSelected argument. |
|||||||||||||||
|
|
Just in case you want to change the Color of the selected item you can use:
there is another similar API for setting background of selected item:
|
|||
|
|