Re: [JAVA3D] General problem

2002-08-11 Thread Artur Biesiadowski
K.R.Karthikeyan wrote: > Hi All, > > In the paintComponent(Graphics g) method of my panel > > g.drawLine(0,0,10,10); > > my application is hanging. > > Is there any specific limit for this ? Bug Id 4265778 Java2D incorrectly renders objects with large coordinates http://developer.java.sun

[JAVA3D] General problem

2002-08-11 Thread K.R.Karthikeyan
Hi All,   In the paintComponent(Graphics g) method of my panel   g.drawLine(0,0,10,10);   my application is hanging.   Is there any specific limit for this ?   Kind regards, Karthik