aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Animated Line for sorting 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 "Animated Line for sorting" Watch "Animated Line for sorting" New topic
Author

Animated Line for sorting

Kalabaw moo
Ranch Hand

Joined: May 26, 2009
Posts: 61
I have created an applet that will show the graphical representation of bubble sort but the problem is it's not showing the correct presentation of bubble sort. I still have problems with this code it would be better if you could help me with those as well. If I clear the graphics using the getClearRect it's flickering, If I remove it, it doesn't flicker but it's not showing the correct presentation of sort.



Anybody would like to give any idea?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
There's nothing applet-specific about the question, so I'm moving it to the Swing/GUI forum.


Android appsImageJ pluginsJava web charts
Kalabaw moo
Ranch Hand

Joined: May 26, 2009
Posts: 61
thanks, I already resolved it using backbuffering
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Animated Line for sorting
 
Similar Threads
Old NASA style counter widget built from Swing components
Calling an applet from another class of the same package
Moving Circles
Need help breaking up this code
Phasor applet-some prbs already compiled code written here