Scale « JTextPane « Java Swing Q&A





1. How do I get consistent rendering when scaling a JTextPane?    stackoverflow.com

Possible Duplicate:
Part 2 - How do I get consistent rendering when scaling a JTextPane?
I would like to allow users to zoom into or out ...

2. Scaling editable JTextPane    stackoverflow.com

I want to scale the JTextPane for inline text editing. User can zoom/pan the text and double click on a JLabel to edit it. The editor should scale to the current ...