BIRT 3.7
Written by: Michael Williams
Featured Refcardz: Top Refcardz:
  1. Scrum
  2. Apache Maven 2
  3. Essential MySQL
  4. Node.js
  5. Groovy
  1. jQuery Selectors
  2. Ajax
  3. Java
  4. Spring Config.
  5. Java Concurrency

Link Details

Link 569009 thumbnail
User 319907 avatar

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).
  • 13
  • 0
  • 1606
  • 1

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.