Uncommenting the second line here:
# uncomment to set the default look and feel to GTK
swing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel
in
/usr/lib/jvm/java-6-openjdk/jre/lib/swing.properties
solved my problem. Thanks to this answer to another question. :)