Hi I'm dead locking in Graphics on a call to setFont

It enters g.setFont and never ruturns theu funny thing is it succeeds
many times and this is
the only thread in the setFont call ?? I synchronized on the graphics
but no luck.

java version "1.1.7B"

Good call

0 SET FONT CALLED
java.awt.Font[family=Dialog,name=Dialog,style=bold,size=12]
g=SwingGraphics(0x80ce783) [subGraphics sun.awt.motif.X11Graphics
   translate [x=0,y=0] clip [x=0,y=0,w=498,h=30]
   color [r=128,g=128,b=128] font
[family=Dialog,name=Dialog,style=plain,size=12]]
ENDk FONT CALLED

bad CALL
0 SET FONT CALLED
java.awt.Font[family=Dialog,name=Dialog,style=plain,size=12]
g=SwingGraphics(0x80cd79e) [subGraphics sun.awt.motif.X11Graphics
   translate [x=0,y=0] clip [x=0,y=0,w=498,h=30]
   color [r=0,g=0,b=0] font
[family=Dialog,name=Dialog,style=plain,size=12]]




Nothing ???

SwingGraphics just sets the Font and a  instance var I looked.


Mike



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to