Displaying shows the result of evaluating an expression in the scrapbook editor.
System.getProperties();
toString()
to the result of the evaluation, or
For example:
new java.util.Date()
in the editor, and click Display. A result such as (java.util.Date) Tue Jun 12
14:03:17 CDT 2001
appears in the editor.
3 + 4
in the editor, and press Display. The result (int) 7
is displayed in the
editor.
Executing an expression
Inspecting the result of evaluating an expression
Viewing runtime exceptions