Undecorator icon indicating copy to clipboard operation
Undecorator copied to clipboard

Decorate "Undecorated" JavaFX windows

Results 10 Undecorator issues
Sort by recently updated
recently updated
newest added

I had this piece of code : `FXMLLoader signUpLoader = new FXMLLoader(); signUpLoader.setResources(Configuration.getSignUpBundle()); signUpLoader.setLocation(Indigo.class.getResource("/com/javafx/pattern/mvc/views/fxml/SignUp.fxml")); Parent parent = signUpLoader.load(); //Create undecorator stage (Using Undecorator library https://arnaudnouard.wordpress.com/2014/12/20/undecorator-bis/) Undecorator undecorator = new Undecorator(primaryStage,...

I had a problem, and I didn't know how to solve.App.showView, and I made a mistake: Java.lang.IllegalStateException: Cannot set style once stage has been set visible

It would be helpful if a license information is put on the project. http://choosealicense.com/ might be helpful. That page also lists reasons why no explicit license might be problematic: http://choosealicense.com/no-license/

When the window is resized, objects extend over the border of the window: ![capture](https://cloud.githubusercontent.com/assets/7275990/13678581/6f9b7ab2-e6bd-11e5-9fa1-bceee9b451bc.PNG) I used the default skin, and here is the FXML: [login.txt](https://github.com/in-sideFX/Undecorator/files/167694/login.txt)

When I try this demo use jdk8, Undecorator.getBackground method has compile error, Java 8 support will be appreciated!

when i drag the resize corner, it just take more time(more than other application), and it obvious shows a feel of delay.

I have extended Undecorator to allow the user to remove the window buttons. I have moved all the code for handling the window buttons to ButtonController.java. If the user passes...

It seems that menubars cause undecorator to barf and fail at determining the correct area to place the decoration: ![image](https://cloud.githubusercontent.com/assets/5306929/2781049/75b986e4-cb0f-11e3-972b-c831a10fc220.png) The demo projects work as expected. I tried to just...

When you dock a window, it dont respect e min width of the "client area".

Excellent project, many thanks! I am trying to use it in my own project, EstiMate but have run into an issue. I have my own container FXML called rootView.fxml, I...