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?
Take a look on CustomCellRenderer in your renderer you could change the color of the presented label based on isSelected argument.