A frame is pretty much a general window, much like the browser window you're reading this on right now.
Frames must go inside app tags. Here's the basic syntax:
app
<frame>...</frame>
Attributes:
title Title of the frame.
title
Classes:
centered Center the frame in the screen.
centered
visible Make the frame visible.
visible
Last updated 6 years ago