Home » JOGL Hello World

JOGL Hello World

by Online Tutorials Library

JOGL Hello World

We 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 Example

In this example, we will draw first character of Hello World (i.e. H W).

HelloWorld.java

Output:

JOGL Hello World

Next TopicJOGL 2D Objects

You may also like