Issue
Is it possible to customize the output window on Apache Netbeans to make it show the result only? Like e.g.
run-single: Hello World
I mean what are these informations and why?
src="https://i.stack.imgur.com/AtevW.png" alt="Netbeans output Window" />
Solution
You seem to have an Ant java project. You can adjust the Ant verbosity in Netbeans menu Tools/Options/Java/Ant, set Verbosity Level to "Quiet".
Answered By - jjazzboss
Answer Checked By - Willingham (JavaFixing Volunteer)