No AWT, no images?

There is a thread about compiling Java games/programs

There was mentioned that the compiler wont support AWT or Swing.

So I was wondering, because I like making graphical games (who wouldn’t?) and the Image is in java.awt.Image, could I use graphics in my game withouth AWT?

Or is there some else way to use graphics in a game without AWT or Swing?

LWJGL is almost independant of awt. Atleast the win32 part. Comment out a few lines and recompile and your there.

Thanks. That seems to be something I need to look into with better time :slight_smile:

But if I say that I wont use AWT, does it mean that I cant even import java.awt.* or that i just cant use the AWT Components?