On windows, my LWJGL application is able to be maximized, as shown here:
Maximization allowed http://img28.imageshack.us/img28/8428/maximize.png
However, the same application on Mac does not allow you to maximize the display, as shown here:
http://img805.imageshack.us/img805/6653/maximization.png
Is there a line of code that I am missing?
I am able to re-size the window manually to fit the whole screen, however, it would be nice to know if it would be possible to enable the maximize button for the sake of ease.