Re: character issues in read-only JTextArea
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 21 Jun 2008 15:33:03 GMT
On Sat, 21 Jun 2008 04:54:20 -0700 (PDT), ameyas7
<amey.samant@xxxxxxxxx> wrote, quoted or indirectly quoted someone who
said :
has anybody experienced this behavior before and how to resolve it.
thanks.
1. Sometimes such problems are caused by defective metrics in the
font. Try a different font.
2. Try displayArea.setMargin( new Insets( 3, 3, 3, 3 ) ); It is a hack
but it might work.
3. It might even be a bug in your video driver. Try running your code
on a different machine.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- References:
- character issues in read-only JTextArea
- From: ameyas7
- character issues in read-only JTextArea
- Prev by Date: character issues in read-only JTextArea
- Next by Date: Re: Newbie: How to find out installed version of java?
- Previous by thread: character issues in read-only JTextArea
- Index(es):
Relevant Pages
|