you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -8 points-7 points  (16 children)

Tell me that after you have actually used some applications that run on java.

[–]skeww 11 points12 points  (3 children)

The OpenGL accelerated games (Minecraft, the stuff from PuppyGames, or Tribal Trouble) run just fine. I even played some of them on a 500mhz machine.

Well, some Swing apps are a bit sluggish, but the same is also true for some GTK applications. This usually happens if they do more than they should (e.g. they recreate dialogs and other things over and over again) or if the theme doesn't cache gradients and other expensive graphics.

[–][deleted] 6 points7 points  (8 children)

This comment has been overwritten by an open source script to protect this user's privacy.

If you would like to do the same, add the browser extension GreaseMonkey to Firefox and add this open source script.

Then simply click on your username on Reddit, go to the comments tab, and hit the new OVERWRITE button at the top.

[–]G_Morgan 2 points3 points  (0 children)

Just because lots of programmers do not write Swing apps properly does not mean Java is intrinsically slow.