Following are the four methods of GLEventListener interface that are required to override :
* display(GLAutodrawable drawable)
* init(GLAutoDrawable drawable)
* void displayChanged(GLAutoDrawable drawable, boolean modeChanged, boolean deviceChanged)
* void reshape(GLAutoDrawable drawable, int x, int y, int width, int height)