So I am using the DisplayMode to set my resolution for a fullscreen as follows
DisplayMode dm = new DisplayMode(1440,900,64, DisplayMode.REFRESH_RATE_UNKNOWN);
My question is, Is there anything that I can put in place of 1440, 900 to get the app to set the resolution to whatever the computer it is running on is currently at?