I have to made a Java application that capture screen every second (for example).
But this application have to run silently like if we use (javaw for windows user).
So the main question is :
How I can proceed to screen silently ?
Just using : apple.awt.UIElement=true
on vm options for Apple