Join Slack
Powered by
i want a border that consists only of dots on the ...
# tornadofx
m
mikehearn
06/15/2017, 2:17 PM
i want a border that consists only of dots on the bottom edge. -fx-border-style: dotted gets me nearly there, but the pattern starts half way through a dot!
r
Ruckus
06/15/2017, 4:34 PM
mikehearn: Do you have an example? This works perfect for me:
Copy code
-fx-border-width: 0px 0px 10px 0px; -fx-border-style: dotted;
m
mikehearn
06/16/2017, 8:01 AM
Which JDK release are you on? If I do that, it "works" but i get semicircles at either end.
r
Ruckus
06/16/2017, 2:56 PM
8u131 64b Windows. I get full circles at both ends.
4
Views
Open in Slack
Previous
Next