B4J Question BJA - Designing layout

Jim Brown

Active Member
Licensed User
Longtime User
Hi Erel

In anticipation of the B4J release I have been playing around with the JavaFX Scene Builder (1.1), which a very easy to use layout designer.
Are there any particular points to consider in terms of loading the layout and accessing the UI elements?
Should I fill out the Id of the UI control if I want to interact with its methods?

For example, in the FlickerViewer demo you have:

btnConnect.Enabled = True

Is 'btnConnect' the Id value of the control?
 
Last edited:

agraham

Expert
Licensed User
Longtime User
Upvote 0
Top