Re: [JAVA3D] General problem
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
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