Java PDF Blog » Nathan Howard Feedhttps://blog.idrsolutions.com/author/nathan/PDF tips and JPedal highlightsen-US hourly 1The Remote Developers Guide to NAShttps://blog.idrsolutions.com/the-remote-developers-guide-to-nas/Nathan HowardThu, 28 Aug 2014 07:00:51 +0000https://blog.idrsolutions.com/?p=14074At IDRSolutions, we are currently optimizing our testing process by using Hudson and Jenkins. We are running these on our own servers inside our...Another Way to Listen for Object Changes in JavaFXhttps://blog.idrsolutions.com/using-property-listeners-javafx/Nathan HowardThu, 07 Aug 2014 09:15:06 +0000https://blog.idrsolutions.com/?p=13758At IDRSolutions we use JavaFX for several display modes in our Java PDF Viewer. The Problem. We recently encountered an issue when coding in...Tutorial : How To Fix Catastrophic Bugs with NetBeans Debuggerhttps://blog.idrsolutions.com/use-netbeans-debugger/Nathan HowardThu, 17 Jul 2014 07:00:25 +0000https://blog.idrsolutions.com/?p=13580At IDRSolutions we are always innovating, one of our latest projects is a JavaFX implementation of our Swing PDF Viewer. Naturally, with all software, there’s...Tutorial : How To Copy Text in JavaFX and Swinghttps://blog.idrsolutions.com/tutorial-copy-text-javafx-swing/Nathan HowardThu, 26 Jun 2014 07:00:10 +0000https://blog.idrsolutions.com/?p=13201At IDRSolutions we have a PDF Viewer that has the ability to highlight and copy text, because we are developing a JavaFX implementation of our PDF Viewer we required...Tutorial : How To Change Color Space from Swing to JavaFXhttps://blog.idrsolutions.com/tutorial-change-color-space-swing-javafx/Nathan HowardThu, 22 May 2014 07:00:35 +0000https://blog.idrsolutions.com/?p=12416At IDRSolutions we are currently in the process of Developing a JavaFX implementation of our PDFViewer. In previous JavaFX articles I have shown : How to Create...Tutorial : How To Change The Cursor in JavaFXhttps://blog.idrsolutions.com/tutorial-change-default-cursor-javafx/Nathan HowardTue, 06 May 2014 08:13:10 +0000https://blog.idrsolutions.com/?p=12357At IDRSolutions, we have a PDFViewer that uses both Swing and JavaFX. In previous JavaFX articles I have shown How to Create Stacked Menus, How to Setup Key Combinations and How...Tutorial : How to Setup Key Combinations in JavaFXhttps://blog.idrsolutions.com/tutorial-how-to-setup-key-combinations-in-javafx/Nathan HowardThu, 17 Apr 2014 09:00:39 +0000https://blog.idrsolutions.com/?p=12247At IDRSolutions we have a combined Swing and JavaFX PDFViewer. In previous JavaFX articles, I have shown How to Create Stacked Menus in JavaFX and...Tutorial : How to Create Stacked Menus in JavaFXhttps://blog.idrsolutions.com/create-stacked-menus-in-javafx/Nathan HowardTue, 18 Mar 2014 08:00:07 +0000https://blog.idrsolutions.com/?p=11794At IDRSolutions, our PDF Viewer (part of our JPedal Library) currently uses Java Swing to create the PDF Viewer interface. However, we are now in...Tutorial : How to Create a Border Glow Effect in JavaFXhttps://blog.idrsolutions.com/tutorial-create-border-glow-effect-javafx/Nathan HowardThu, 27 Feb 2014 08:20:59 +0000https://blog.idrsolutions.com/?p=11637At IDRSolutions, our PDF Viewer (part of our JPedal Library) currently uses Java Swing to create the PDF Viewer interface. However, we are now...Tutorial - Calling Java from a Bash Scripthttps://blog.idrsolutions.com/tutorial-calling-java-from-a-bash-script/Nathan HowardWed, 12 Feb 2014 08:00:50 +0000https://blog.idrsolutions.com/?p=11457Bash is a very flexible cross-platform scripting language with multiple uses and can integrate with lots of other tools (ie DIff). It is built...