-
If possible in JavaFx (undecorated window?), a dark top window bar would look very nice in the app. See Affinity Photo for reference:
![screen shot 2016-10-17 at 08 55 01](https://cloud.githubusercon…
-
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…
-
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
-
OS:win10
jdk-version:8
when StageStyle is DECORATED, the window can be minimized.
-
**Describe the bug**
Downloaded the FAF client a few days ago. Everything has been working pretty well, but I haven't been able to get the map generator to work. Every time I go to generate a map, it…
-
This is just a very minor observation, I hesitate to call this a complaint...
BTW I'd like to *praise* BinJr for working well with multi-diplay setups in Windows. BinJr tends to follow the display th…
-
# Java Swing 2.0
[https://jonathangiles.net/posts/2009/swing-20/](https://jonathangiles.net/posts/2009/swing-20/)
-
**What the problem ?**
With an overlay app, we want parts that are opaque (not affected by transparency), while having a window that is fully transparent,
so you can have let's say a button floating…
-
When running the software in darkmode on windows the title bar is still white. It does not follow the software's darkmode or windows theme. Would be nice if it would follow the windows theme or if it …
-
Currently if we have a java exception inside Composable function we stop the rendering loop.
And user just sees the frozen window (but with ability to close it).
Usually this kind of exception is …