From IDE of B4J :
- Designer
- Open Internal Designer
- and then ????
Where is the data that, in the example MT.zip, activate the menu :
"File", "Edit", "Help", "Test menu" ???
How could I do to change this data ?
I can not see them for change.
Thank in advance
@AlpVir
I just opened the project, and for that project you need the JavaFX SceneBuilder to edit the menu as it doesn't use the internal scene builder.
(There are two types of designers: the new Visual Designer and the old JavaFX SceneBuilder.)
Now everything is clear. I figured out how I can create menus through "Open Internal Designer >> AddView >> MenuBar >> etc".
The project MenuTest using an old method of creating the menu; not having installed Java FX Scene Builder can not be changed.
Instead (and this is what matters most) are now able to create my menus.
Thank you very much.