I need to insert numbers of JButtons in a JTextPane. It is done via insertComponent() method. but there is a problem, the components are in a line and JScrollPane doesn't scroll neither vertically nor horizontally (however I just want vertically). what should I do?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
A simple solution is to add spaces between the buttons, these allow the Alternatively, you can insert a single |
|||
