abhinay
04/20/2018, 5:15 AM.root {
-fx-background-radius: 60;
-fx-background-color: cyan;
}
anidotnet
04/20/2018, 5:39 AMTried with that also.. same result..▾
anidotnet
04/20/2018, 6:10 AMabhinay
04/20/2018, 6:25 AMnull
?pike
04/20/2018, 7:06 AMpike
04/20/2018, 7:06 AMpike
04/20/2018, 7:16 AManidotnet
04/20/2018, 7:28 AM.root {
-fx-arc-width:20px;
-fx-arc-height:20px;
-fx-fill: null;
-fx-background-radius: 60;
-fx-background-color: cyan;
}
and
stage.scene.fill = Color.TRANSPARENT // overriding the start method of the App class
anidotnet
04/20/2018, 7:28 AMabhinay
04/20/2018, 7:29 AManidotnet
04/20/2018, 7:29 AMpike
04/20/2018, 7:36 AManidotnet
04/20/2018, 7:50 AManidotnet
04/20/2018, 7:52 AM.root {
-fx-background-radius: 10;
-fx-fill: null;
}
App class (overriding start method)
stage.initStyle(StageStyle.TRANSPARENT)
super.start(stage)
stage.scene.fill = Color.TRANSPARENT
abhinay
04/20/2018, 7:55 AM-fx-fill: null;
Pere Casafont
04/20/2018, 8:54 AMPere Casafont
04/20/2018, 10:56 AMunsafe("-my-custom-property", "value")
Ruckus
04/20/2018, 3:28 PMcssproperty
delegate. Check out the StylesheetTest
in TornadoFX's test for some examples.Ruckus
04/20/2018, 3:30 PMhastebrot
04/20/2018, 5:49 PMthomasnield
04/20/2018, 6:41 PMedvin
04/20/2018, 7:38 PMnimakro
04/20/2018, 8:45 PMRuckus
04/20/2018, 10:31 PMbjonnh
04/21/2018, 3:16 AMedvin
04/21/2018, 8:03 AMRuckus
04/21/2018, 2:26 PMhastebrot
04/21/2018, 2:56 PMhastebrot
04/21/2018, 2:59 PMhastebrot
04/21/2018, 3:03 PM