Custom Stage(XWindow) in JAVAFX

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();









Comments

  1. Replies
    1. thanks for sharing this ... such a nice block

      Delete
    2. Well Done. I think you should explore this more..

      Delete
  2. Great work..... Any help from my side be free to talk

    ReplyDelete
  3. all the very best brother for this effort!

    Looking forward for more tuts!! Please provide the link of the IDE and installation guide! :) :)

    ReplyDelete

Post a Comment