K.R.Karthikeyan wrote: > Hi All, > > In the paintComponent(Graphics g) method of my panel > > g.drawLine(0,0,100000,100000); > > 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.com/developer/bugParade/bugs/4265778.html Limit is probably around 32000 (around 2^15 - signed short bounds) This has nothing to do with java3d BTW... Artur =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".