Posts

Custom Stage(XWindow) in JAVAFX

Image
Greetings, This is my first blog related to programming. In JavaFX there are many difficulties to customize the  FX Stage according to your need. There is one Custom library developed in JavaFX 2.0 to provide rich GUI of the stage. Its view is same in all platforms. Currently it supports following -windows XP -windows vista -windows 7 Docs and source code are available  soon. link for the XWindow.jar https://docs.google.com/file/d/0B-1TolfUHFSiS2EzVjd6bEpadk0/edit?usp=sharing The view of the stage is look like this Example of code snippets  Window win  = new Window(); win.show();