My development machine is a computer with the Windows 10 operating system.
I just want to develop a UI app and run it on the same computer I am developing it on. Do I still need to use the bridge to develop it?
If I do need the bridge, the tutorial on the B4J website assumes the developer is using a Mac. In that case, what do I need to do to set up the bridge up on my machine?
My problem is that the program is not displaying during runtime as I expect.
I installed B4J, created a layout, made sure the layout is listed in the Files tab, set the MainForm.RootPane.LoadLayout property with the name of my layout file. However, when I run it under the IDE, the form appears blank (none of my controls that I put in the layout are there at runtime). Also, the IDE says "Waiting to connect to debugger" and under that it has "Program started".
Why won't my form display the controls I put in the layout earlier when I run the program?