Why AWT/Swing is SOOO slow on my Linux?

Hello,

Why all Java/Swing programs seems to be very slow in GUI response on my linux. A painting of simple pull-down menu in Netbeans takes 0.5 sec. A non-responsive GUI is very annoying, it looks like when you work through a remote connection.

I tried to use different AWT toolkits (MToolkit or XToolkit), tried to use opengl pipe, but the rendering stays slow. In comparence on Windows all java awt/swing applications looks very fast and responsive. Is it a general problem of java on linux or only of my configuration?

Ubuntu Linux 7.04, JRE 6.0, AMD Athlon 64, ATI Radeon 9600 with opensource drivers (openGL works well).

Anton

[662 byte] By [throwablea] at [2007-11-27 6:26:04]
# 1

I have the same problem. I'm using a slow mini PC (200Mhz - 128Mb RAM) with PuppyLinux, but just a simple frame with a input textbox is very slow. For example, if i focus on the textbox and hold a key, the input scroll is VERY slow!

I tryed to change Swing to AWT, but it is quite the same...

GoldEmisha at 2007-7-12 17:46:30 > top of Java-index,Desktop,Core GUI APIs...