nus-cs2103-AY2223S1 / forum

14 stars 1 forks source link

Upgrading JavaFX version #428

Closed RichDom2185 closed 1 year ago

RichDom2185 commented 1 year ago

Are we allowed to upgrade JavaFX to the latest version (17)?

Context: There is a GUI scaling/rendering issue when testing on Linux (Wayland) that is fixed simply by updating the version of JavaFX that is packaged.

Thank you!

damithc commented 1 year ago

@RichDom2185 If the 'scaling/rendering issue' hinders the user (e.g., some information on the UI cannot be seen), you can fix it using JavaFX upgrade or some other means. But it's not allowed if you are simply enhancing the UI to make it look better when resized.

RichDom2185 commented 1 year ago

Noted Prof, thank you!