UndecoratorBis
UndecoratorBis copied to clipboard
A new version of my JavaFX window decoration API. This time focused on the transparency and non-rectangular window.
Hi, The build script and wrapper files are using a really outdated Gradle version 2.3. When setting up the project (by cloning and importing), IntelliJ IDE first downloads the 2.3...
Problem with dragging across screen boundary in dual screen setup. Using sample application (UndecoratorSceneDemoTouch.java and UndecoratorSceneDemo.java) to test with both apps can be resized and dragged within the primary screen...
The procedure is really easy just publish a release with the jar file of your library -> https://github.com/in-sideFX/UndecoratorBis/releases Then we can use it with Maven , Gradle etc via JitPack.io...
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?
According to the BSD 2-clause license both the LICENSE file and the source code should be made available in the binary artifacts.
Hey there! i wanted to try out your example with my FX-Application but didn't find a way to a a maven dependency to my project. Is there a repo where...
Hallo, I'm new in javafx and UndecoratorBis. In my example has sizeToScene no effect. Using act UndecoratorBis and java version "1.8.0_40" (build 1.8.0_40-b26). Can you help me? Example: import javafx.application.Application;...
Please add to Maven repository or explain how we can install it locally. I tried to install locally with mvn install:install-file -Dfile=UndecoratorBis.jar -DgroupId=inside.fx.UndecoratorBis -DartifactId=UndecoratorBis -Dversion=1.0.0 -Dpackaging=jar -DgeneratePom=true but I still...