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 ?
 
Kind regards,
Karthik

Reply via email to