When using AnalysisLauncher.open(new AbstractAnalysisObj)
, the library always prints the following message:
Rotate : Left click and drag mouse
Scale : Roll mouse wheel
Z Shift : Right click and drag mouse
Animate : Double left click
Screenshot : Press 's'
------------------------------------
This is pretty irritating especially when I need multiple plots, the message is just printed over and over again. How can I stop it from doing this?
I should have used
ChartLauncher.openChart(...)
instead. Looking at the source code ofAnalysisLauncher
it's easy to see how this is accomplished.