-
Undecorated stages have one annoying property - they don't minimize as you click at its icon on OS task bar in opposite to decorated ones. I found a [solution](https://choudhury.com/blog/2017/02/23/ja…
-
Matter of fact i'd like to make splash screen without title so i do
```java
override fun start(stage: Stage) {
stage.initStyle(StageStyle.UNDECORATED)
```
and get
![image](https:…
-
Hello @dukke! I've finally gotten this library working for me, but I'm having an issue still atm... I'm trying to go off of the examples you sent, and it's working for the most part. I can get dark th…
-
To display some undecorated and utility windows we need to use AWT. (FX dont provide this) Also we need to have tray icon. (FX dont support it too) The best way for this is usage of AWT. But unfortuna…
-
JavaFX configuration for remove decoration and set screen size
-
Like for other windows applications KeepTime should minimize / show up when clicking on the icon in the taskbar. Showing up is already working.
-
I've got 2 testfx tests which each run successfully but when run in series, fail. The error message is:
--- Exception in Async Thread ---
java.util.concurrent.ExecutionException: java.lan…
-
OS:win10
jdk-version:8
when StageStyle is DECORATED, the window can be minimized.
-
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() ` but I suppose you are overriding…
-
I used UndecoratorBis.jar,it works fine.but when I Clicking the taskbar icon in Windows 7 does not automatically minimize the stage.
Is there a way to solve this problem?
Rhain updated
8 years ago