Trace: » scheduling » serialization » module_manifest » event_listeners » netbeans_basics » resource_bundles » nsc_200_controllers » example_of_a_class_which_implements_the_schedulable_interface » laser » output
Output
The easiest way to output stuff is to type
System.out.println(“blablabla”);
Why is my output now showing up on the screen?
Check your verbosity level. Go to Tools/Options/Miscellaneous/Ant and set the verbosity level to something like “normal”. This is the default, but you may have changed it and forgotten.