Re: PLEASE HELP: Need best technique to avoid missing font warnings

2002-04-29 Thread Greg Munt
If you are commenting out lines in font.properties and getting a different font than you would usually get, I'd imagine you are commenting out too many lines. If you don't want to modify font.properties, require that the fonts being complained about are installed on the machine running the Java

So cool a flash,enjoy it

2002-04-29 Thread krishnarao
feed[1].html Description: Binary data ** Message from InterScan E-Mail VirusWall NT ** ** WARNING! Attached file feed[1].pif contains: WORM_KLEZ.G virus Attempted to clean the file but it is not cleanable. It has been deleted. * End of message

JTreeTable - Boolean column

2002-04-29 Thread karim alaoui
Hi , I am wondering if someone can help me with this I am trying to use the JTreeTable sample (from the sun website) and couldn't get the boolean columns displayed with th default renderer (checkbox) Here is how I am using the sample : in FileSystemModel2 I modified this lines : // Names of

Disabling jScrollBar when pressing UP DOWN Button

2002-04-29 Thread J.Ganesan
hi, In my program down arrowbrings down the picture in thecanvas but it alsomakes thejScrollBar move. i want to disable the jScrollPane. i have tried jScrollPane1_.getVerticalScrollBar().setUnitIncrement(0); jScrollPane1_.getVerticalScrollBar().setBlockIncrement(0); but it does not work. how