By arittner
via aljoscha-rittner.de
Published: Mar 09 2011 / 19:28
With few 200 lines I’ve created a very useful screen capture application. The "Snipper" detects mouse dragging and two different key strokes (Escape and the letter 'A'). The captured picture is automatically stored in the user.home/snapshot path.
The start up time is incredible: Between the main method and the complete visible stage the JavaFX framework needs only 500ms on my one year old double-core notebook. The complete startup (double-click the jar) is under a second (hard to stop the time). I need only one AWT dependency to the Robot class. I hope this could be changed to increase the startup time (e.g. with the internal FXRobot class).
Add your comment
Voters For This Link (13)
-
mswatcher -
twheeler -
theanuradha -
arittner -
fabriziogiudici -
dbleyl -
tom01mark -
btanev -
YeFFreY -
rogerjose81 -
weiqigao -
kraiyots -
rrusin


