CustomStage icon indicating copy to clipboard operation
CustomStage copied to clipboard

A JavaFX UI framework to create fully customized undecorated windows

Results 6 CustomStage issues
Sort by recently updated
recently updated
newest added

Hi, amazing tool to work with, thank you a lot. I was wondering if it there was a way to disable resizing/maximizing of the stage. I tried to use `setResizeable()...

question

OS:win10 jdk-version:8 when StageStyle is DECORATED, the window can be minimized.

Unable to derive module descriptor for E:\Coding\JavaRuntimeAsset\CustomStage\CustomStage-v1.3.1.jar set CustomStage="%cd%\JavaRuntimeAsset\CustomStage\CustomStage-v1.3.1.jar" >compile:javac -verbose --module-path ......;%CustomStage% --add-modules ALL-MODULE-PATH ........ >run it:java ....... --module-path .......;%CustomStage% --add-modules ALL-MODULE-PATH .......

The string text of the title got truncated somehow at the end of the 22nd character The width of the custom stage is 1280. More than enough space. I wonder...

Greetings, Fantastic job on the customStage project. Was definitely needed in the javaFX world. One thing you might want to implement is to allow the user to set a custom...