UI App (JavaFX) Tutorial
When you create a new UI project, the project starts with a single code module with the following code: #Region Project Attributes #MainFormWidth: 500 #MainFormHeight: 500 #End Region Sub Process_Globals Private fx As JFX Private MainForm As Form End Sub Sub AppStart (Form1 As...