I'm wondering if I should use the native GUI API and wrap it with a common high level Basic function set.
win = Window("Ttile",400,225)
This would be the same syntax for all platforms.
This could be taken a step further and used within CGI scripts. (function creates a <DIV> and uses absolute positioning for control placement.)