javafx-css Questions
1
the following css would select all cells with 'new' style class and set it's color to green
.table-view .new:filled {
-fx-background-color: green;
}
but on selection, it stays green, what I wan...
Collogue asked 6/9, 2016 at 17:52
2
Solved
I have a TextArea in my JavaFX program that I want to be able to allow the user to set the background color of. I was able to figure out how to change the background color using an external css fil...
Logarithm asked 5/8, 2015 at 4:54
1
Solved
I've been searching for this all over the internet, but for most of the questions I viewed that answered in CSS, people just gave code without explaining them.
-fx-effect: dropshadow(gaussian, rgb...
Newark asked 23/2, 2019 at 17:48
2
Solved
Hi JavaFX Stylesheet expert,
How do I remove the default arrow on JavaFX menuButton.
I have figured how to change the color and make in unvisible with
.menu-button {
-fx-mark-color: transparen...
Sandrasandro asked 13/5, 2015 at 8:58
4
Solved
How to align title of only one column in tableview?
The following css aligns all column-header but I want to align just one column:
.table-view .column-header .label{
-fx-alignment:CENTER
}
Venusberg asked 10/5, 2014 at 3:42
2
Solved
I have the following fragment of FXML:
<VBox fx:id="paneLeft">
<TextField promptText="Password"/>
<Button fx:id="btnLogin" text="Login" maxWidth="10000"/>
<Hyperlink text="...
Fatsoluble asked 7/6, 2013 at 5:51
1
Solved
I have a TabPane with several Tabs. If the results of an operation in the Tab failed, I want to set the Tab Label to a Fill red or perhaps the texture to hashed (for those with color blindness). I ...
Whomp asked 17/1, 2013 at 0:57
1
© 2022 - 2024 — McMap. All rights reserved.