54 Stories by Leon Atherton
If you want to use JavaFX, there are essentially two ways you can do so. The first is to create a standard JavaFX project... Recently, while converting the PageFlow mode from Java3D to JavaFX in our Java PDF Viewer, I came across some ConcurrentModificationException issues, so thought it... While converting the PageFlow mode from Java3D to JavaFX in our Java PDF Viewer, one of the things that I found unclear was how... One of the more ‘flashy’ features in our Java PDF Viewer is the ‘PageFlow’ mode. Java3D provides a nice reflective stage with the pages... Until recently, if you wanted to load a BufferedImage in JavaFX you were out of luck – the only way to do it was... Lets say you have a very specific use case – you want to convert a float to a String in Java, and if the...