Linux JMonkeyplatform not using antialiasing for editor fonts

Hi, I’m new to JMonkeyEngine. I installed the platform on my Arch Linux system and opened up the platform. First things I noticed were the use of Swing for the JMonkeyPlatfom and also that all the fonts are not antialiasing. Swing isn’t so terrible, but I consider the aliased fonts to be much less than ideal. How can I fix this?

The way you would for any java app on your system. I don’t have an archlinux manual. You can use the - -laf command line to change the look and feel being used for the SDK if the default one doesn’t allow enabling AA. Also make sure you use Oracles JDK and not OpenJDK.