Create GUI using Application Builder
I'm looking for the most efficient workflow to create GUI windows in JSL. I know I can script them manually using New Window()
with nested layout boxes (V List Box
, H List Box
, etc.), but this can be time-consuming and difficult to visualize for more complex dialogs.
I've been exploring the Application Builder, as it allows me to drag and drop controls to visually design the layout, which is fanta...