Search results for: open source

How to write a WebBrowser plugin in JavaFX for…

At IDR Solutions lately, I have been working a lot with the NetBeans platform has part of my preparation for my talk at JavaOne...
Sylwia Dorota Kedzia
5 min read

9 tools to help you with Java Performance Tuning

Previously I wrote an article about 5 tools to help you write better java code which helped to improve our code but also our...
Alex Marshall
4 min read

What are Blend modes in Java?

Blend modes allow you to draw in much more interesting ways than just over-writing one color with another. They are also very easy to...
Simon Lissack
1 min read

Tutorial – Calling Java from a Bash Script

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...
Nathan Howard
3 min read

Adding Fullscreen to WebApps using the JavaScript API

In addition to the standard (F11) full-screen modes in web browsers, there is now also a way to enable full screen using JavaScript, providing...
Leon Atherton
5 min read