aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Problem: Slow drawing on a jpanel Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Problem: Slow drawing on a jpanel" Watch "Problem: Slow drawing on a jpanel" New topic
Author

Problem: Slow drawing on a jpanel

George Raptis
Greenhorn

Joined: Apr 21, 2011
Posts: 1
Hi everyone! I am working on a free draw project but I've been stuck. I am trying to create a XPanelGraphics (extended JPanel) in which I can draw. The user can either draw or erase what he/she has drawn. I use jLayeredPanel with two layers, xPanelGraphics both. Here is the code of the XPanelGraphics


The problem is that it is really slow. For example when I am trying to draw a circle quickly, the result I get is what you see in the attached png file. Is there a way to make it faster?


[Thumbnail for slowXPG.PNG]

 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Problem: Slow drawing on a jpanel
 
Similar Threads
Drawing with mouse
creating gifs
Zooming in and out - cursor not in the right place
getting class file in java
Drawing a rectangular box