nus-cs2103-AY1920S1 / pe-dev-response

0 stars 0 forks source link

Application appears malformed on maximizing GUI #1475

Open nus-pe-bot opened 4 years ago

nus-pe-bot commented 4 years ago

Tested resolution: 1366x768

The following screenshot appears when I try to maximize the app:

image.png


[original: nus-cs2103-AY1920S1/pe-interim#1484]

brianyenna commented 4 years ago

Team's Response

Each of our team members were able to run the jar file locally and were unable to reproduce this issue (using Java 11 and via the java -jar command). Other testers were also able to run the jar file locally.

After a bit of research, we have determined that the cause of the issue is due to JFoenix being incompatible with JDK 12.

We referred to the following resources:

We can confirm that this issue is being caused by this incompatibility because one team member was able to reproduce this issue by running the jar file with JDK 12.

However, we would like to point out that the PE instructions (found here: https://nus-cs2103-ay1920s1.github.io/website/admin/project-deliverables.html#pe-d-during-the-session) does state that the tester ought to first run java -version to check that the tester is indeed using Java 11. We are marking this issue as rejected with permission from the professor.

Duplicate status (if any):

--