JOGL Frame using AWTAWT (Abstract Window Toolkit) is an application programming interface used to develop window-based applications. The components provided by AWT are heavy weight and platform dependent. The java.awt package contains various AWT classes for API's. AWT (Abstract Window Toolkit) is an application programming interface used to develop window-based applications. The components provided by AWT are heavy weight and platform dependent. The java.awt package contains various AWT classes for API's. Now, we will create a simple frame using the classes of JOGL with AWT by using the below steps: -
JOGL Frame ExampleIn this example, we will create a simple JOGL frame using AWT. AWTFrame.java Output: Next TopicJOGL Frame using Swing |