Scroll « Text Input « Java Swing Q&A





1. Creating Eclipse-like line markers bar in Java text editor    stackoverflow.com

My Java GUI app contains a scrollable text window. Besides a standard scrollbar, I need a vertical bar with colored line markers, like in Eclipse. Hopefully you know what am I ...

2. Deactivate ScrollOnExpand on JScrollPane    stackoverflow.com

I want to prevent the scrollpane from scrolling when the content in its view expands. Any pointers? I've tried Googling variations on the title, as well as reading all the docs ...