Loaded map taking up whole screen in Java GUI application

45 views Asked by At

I built a Java GUI application which used Unfolding Map included in one of the JPanels. While the screen was being loaded correctly in my own laptop and in two other laptops, a very strange thing is happening in my professor's laptop.

I had included all the native jogl.jar files as maven dependencies and while the map is being loading correctly, it is taking up the whole screen on loading in my professor's laptop.

Here's a video demonstrating the error: https://1drv.ms/v/s!ApQ-BVQCMHxfjBsrt3NTa9owB2g_?e=5DA0ti OR https://drive.google.com/file/d/1qmxM-2kQcWQXUIfofwVQuNsCb-qwRkKF/view?usp=sharing

This type of error I have never encountered before and I do not know what has caused this. Could someone please help as to what I am missing here?

0

There are 0 answers