How can I officially detect if AWT has been loaded? (I want to display a message in a dialog if AWT is in use, or in the console if AWT isn't in use)
Close