Feather Edit v.1.0 released
This is the first version of the Feather Edit software which is totally made from JavaFX and CSS. It’s named as Feather because it’s very… Read More »Feather Edit v.1.0 released
This is the first version of the Feather Edit software which is totally made from JavaFX and CSS. It’s named as Feather because it’s very… Read More »Feather Edit v.1.0 released
I was playing with some of the screenshot stuffs in the JavaFX 2.2 and came up with idea of showing the image of the Operating system’s window stuffs in JavaFX ImageView and that was really easy to make via Java Robot API and JavaFX’s SwingFXUtils class. Thanks to the JavaFX teams 🙂
Ok here we go now . First we’ll look over how the algorithm goes for this task.
As you can see in above picture The portion of the Monitor is being screen captured by the Java Robot API . This give the BufferedImage Object of Java and then we convert them in to JavaFX Image using SwingFXUtils class. Now finally it’s  all in our hand to show that Image in appropriate way.
Read More »JavaFX Live View