Java PDF Blog » Nathan Howard Feed https://blog.idrsolutions.com/author/nathan/ PDF tips and JPedal highlights en-US hourly 1 The Remote Developers Guide to NAS https://blog.idrsolutions.com/the-remote-developers-guide-to-nas/ Nathan Howard Thu, 28 Aug 2014 07:00:51 +0000 https://blog.idrsolutions.com/?p=14074 At 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 JavaFX https://blog.idrsolutions.com/using-property-listeners-javafx/ Nathan Howard Thu, 07 Aug 2014 09:15:06 +0000 https://blog.idrsolutions.com/?p=13758 At 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 Debugger https://blog.idrsolutions.com/use-netbeans-debugger/ Nathan Howard Thu, 17 Jul 2014 07:00:25 +0000 https://blog.idrsolutions.com/?p=13580 At 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 Swing https://blog.idrsolutions.com/tutorial-copy-text-javafx-swing/ Nathan Howard Thu, 26 Jun 2014 07:00:10 +0000 https://blog.idrsolutions.com/?p=13201 At 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 JavaFX https://blog.idrsolutions.com/tutorial-change-color-space-swing-javafx/ Nathan Howard Thu, 22 May 2014 07:00:35 +0000 https://blog.idrsolutions.com/?p=12416 At 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 JavaFX https://blog.idrsolutions.com/tutorial-change-default-cursor-javafx/ Nathan Howard Tue, 06 May 2014 08:13:10 +0000 https://blog.idrsolutions.com/?p=12357 At 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 JavaFX https://blog.idrsolutions.com/tutorial-how-to-setup-key-combinations-in-javafx/ Nathan Howard Thu, 17 Apr 2014 09:00:39 +0000 https://blog.idrsolutions.com/?p=12247 At 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 JavaFX https://blog.idrsolutions.com/create-stacked-menus-in-javafx/ Nathan Howard Tue, 18 Mar 2014 08:00:07 +0000 https://blog.idrsolutions.com/?p=11794 At 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 JavaFX https://blog.idrsolutions.com/tutorial-create-border-glow-effect-javafx/ Nathan Howard Thu, 27 Feb 2014 08:20:59 +0000 https://blog.idrsolutions.com/?p=11637 At 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 Script https://blog.idrsolutions.com/tutorial-calling-java-from-a-bash-script/ Nathan Howard Wed, 12 Feb 2014 08:00:50 +0000 https://blog.idrsolutions.com/?p=11457 Bash is a very flexible cross-platform scripting language with multiple uses and can integrate with lots of other tools (ie DIff). It is built...