User Guide

236 Chapter 3: Objects
Description
Method; adds a line to the contents of the Output panel, terminated by a new line. This method
shows the Output panel if it is not already visible.
The
outputPanel.trace() method duplicates the functionality of fl.trace().
Example
The following example writes "hello world" to the Output panel:
fl.outputPanel.trace("hello world");