1. Designing A Source Code Editor in Java, Design Questions: stackoverflow.comI'm beginning to write a source-code editor in Java as a personal project/hobby. Before I lead myself down any awful paths, I would like to ask a few questions:
|
2. HTML in JTextPane/Editor coderanch.com |
3. Fast styled JTextPane editor forums.oracle.comIn the future, Swing related questions should be posted in the Swing forum. Based on the code posted I don't see any reason why the performance should be noticeably slower for a larger Document vs a smaller Document. I don't see any loops or anything that would cause performance to slow down as more lines are added. Sorry. |