nus-cs2103-AY2122S2 / forum

13 stars 1 forks source link

Can our team use ControlsFX? #181

Closed waffledood closed 2 years ago

waffledood commented 2 years ago

Library

ControlsFX

Purpose

We would like to implement pop-up notifications that contain information for the user. Currently, this functionality is not natively available in JavaFX. The closest option to this in JavaFX are Alerts but Alerts will cause the user to lose control of the main window, as the user will need to close this Alert before they are able to perform any actions in the main window. We want pop-up notifications that will remain active, but still allow the user to perform actions in the main window.

License

{BSD-3-Clause License}

damithc commented 2 years ago

Approved.