1. Creating Eclipse-like line markers bar in Java text editor stackoverflow.comMy 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.comI 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 ... |