Creating tabs in JSL
Hey guys, I'm a very new user and my question is very basic, can you please help me understand how do I create tabs with content? For example instead of textbox X, X tab that will show Y and Z textboxes with it content.vlistbox(
textbox("X", <<font color(blue), <<set font size(10), <<set font style("bold")),
textbox("Y", <<font color(black), <<set font size(10), <<set font style("bold"...
vince_faller