JOGL Hello WorldWe already learned how to draw a simple lines in JOGL. By changing the coordinates of such line, we can also write alphabetical words. JOGL Hello World ExampleIn this example, we will draw first character of Hello World (i.e. H W). HelloWorld.java Output: Next TopicJOGL 2D Objects |