Its been around 14 months since I last used LWJGL and im finding that I can no longer easily switch the resolution on the fly because of the lack of DisplayMode. I used to be able to use the method located at: http://wiki.lwjgl.org/wiki/LWJGL_Basics_5_(Fullscreen)#Convenience_method_to_Switch_Resolution
But that no longer works. Any help is greatly appreciated.
I was able to finally resize the window with GLFW.glfwSetWindowSize(long, int, int) Just for future reference.