All Stories

How to convert from BufferedImage to JavaFX 2.2 Image

Until recently, if you wanted to load a BufferedImage in JavaFX you were out of luck – the only way to do it was...
Leon Atherton
50 sec read

Optimising conversion from float to String in Java

Lets say you have a very specific use case – you want to convert a float to a String in Java, and if the...
Leon Atherton
2 min read

How do Browsers auto reverse the Right to left…

You might have encountered a situation where you tried to read from pdf or other text input streams and writing the raw data into...
suda
1 min read

Handling Floating Point coordinates with Pixels in SVG &…

Recently I have been working on a problem with SVG & the HTML5 Canvas that causes bad looking output in some of our files....
Lyndon Armitage
1 min read

NetBeans “Cannot locate java installation in specified jdkhome”?

I recently came across this message when opening NetBeans after updating my Java version. Cannot locate Java installation in...
Leon Atherton
47 sec read