I'm new to java Game development. Please let me know if its possible to Enable full screen exclusive mode if isDisplayChangeSupported() shows its not available.
about isDisplayChangeSupported() : By getting GraphicalEnvironment() we can perform many modifications in the graphics and change the display mode(like getting full access of the full-screen). We use isDisplayChangeSupported() to verify if the written displaymode changes is getting applied or not, by simply checking does the system supports changes in Display mode.
If its possible to enable it then please tell me how. Thank you!