Popup is special window(no decorations with a null fill), like container for a scene graph which is seen above the stage and its invoked when user right clicks on the Node. This blog is an initial draft for the special popup i,e this SpecialPopup is different from the usual popup. SpecialPopup can be created like [...]
Archive for June, 2011
Custom SpecialPopup using JavaFX 2.0
Posted in java, javafx, Uncategorized on June 19, 2011 | 6 Comments »
Current Date Widget using JavaFX 2.0
Posted in java, javafx, Uncategorized on June 12, 2011 | Leave a Comment »
Tried creating a simple “Current Date Widget” using JavaFX 2.0. While trying to develop current Date widget came to know that right now its not possible to create a main stage as undecorated. This is because, JavaFX 2.0 dn’t have stage.setStyle() method. But other than the primary stage or main Stage, all other stages can [...]
Dynamically setting the side of TabPane in JavaFX 2.0
Posted in javafx on June 1, 2011 | 1 Comment »
TabPane is one of the most commonly used component in any client side application. This blog shows you how to create a TabPane in JavaFX 2.0 and how to change its side dynamically apart from this it even shows you how to create and use the RadioButton.