Page 1 of 1

Create a simple Java FX Form. It will have 3 Buttons that read “Open”, “Close”, “Exit”. Each button should display the

Posted: Fri Jun 10, 2022 11:58 am
by correctanswer
Create a simple Java FX Form. It will have 3 Buttons that
read “Open”, “Close”, “Exit”.
Each button should display the appropriate message based on
button name. For example, Open button should show a
message “Open button clicked”
use IntelliJ to create the application