All questions [SOLVED] now with your post above.
I will change the size of the WYSIWYG manually until the form layout is complete. Fortunately I am old school so I plan each form fully before I start to code. during coding the first step is the layout and then the business logic.
All my apps are for technical applications and the user can not resize etc etc. All data is super validated before save to SQL as a lot of data are inter related. It was actually interesting that I made a list of basic criteria to meet and then typed the post while searching. I even went through the B4X and B4J 'Books' to get an overall idea of the system functionality/process. The 'doors opened' right at the end when I understood the way classes and Custom views worked.
I normally develop a whole 'ecosystem' in the chosen language before I start developing (bug free) products. This was done with dBase, Clipper, XBase, C++ etc. The Java system will be called 'EnviroJ'

. I will post snippets here for other programmers to use/learn/comment.
Thanks