GluByte question

On page 298 of “The OpenGL Programming Guide” there is an example program which draws a bitmap font. In the example it uses an array of GLuBYTEs. I am trying to convert the example over to JOGL, however in JOGL I am unable to find a GluBYTE. Any ideas what I should use instead?

Regards,

Sally

I used byte[] for this one.

Yes byte[] should be fine and if you have JOGL code you can look at the GLUTBitmapHelvetica10 class for example…