How can I add a JScrollPane to a JLabel? Added via add (new JScrollPane (label, two constants)), but the scroll does not work (the icon itself is there, but does not respond to clicks).
Source: https://ru.stackoverflow.com/questions/656836/
All Articles
setEditable(false)- Mikhail Vaysman