Scrollable « JLabel « Java Swing Q&A





1. Adding a scrollable label to an option dialog    stackoverflow.com

I am creating an options dialog using JOptionPane.showOptionDialog(...) When I click one of the buttons added to this dialog, I need a label to apear underneath on the dialog (and this label ...

2. Writing a scrollable JLabel component    coderanch.com