1. JTextpane html rendering problem coderanch.comHi I need to render a html page with both underline tag and strike through tag to same text Eg: |
2. JTextPane Font's with AffineTransform Rendering java-forums.orgHello everyone, I'm currently having a little problem with getting a font to be displayed how I want inside a JTextPane. I'm trying to replicate a Bitmap Font where instead of point size, a height magnification and width magnification is used. I've been able to draw the font correctly using AffineTransform to scale the font as needed on a Label, but ... |