Which of the following creates a custom style class that will allow a Button control to appear with a blue background and yellow text?

```
a. .button-color {
-fx- background-color: blue;
-fx- text-fill: yellow;
}```

```
b. .button-color {
-fx- bgcolor: blue;
-fx- textfill: yellow;
}
```

```
c. .blue-button {
background-color: blue;
text-fill: yellow;
}
```

```
d. .blue-button {
-fx- background: blue;
-fx- text: yellow;
}
```


```
.button-color {
-fx- background-color: blue;
-fx- text-fill: yellow;
}
```

Computer Science & Information Technology

You might also like to view...

Case EX 6-1Mariana is working at a computer that was passed on to her by another employee. She wants to add comments to several cells of a worksheet.After entering a comment, Mariana notices that the username in the comment box is not her name. The name matches the user name entered for that ____.

A. computer B. company C. copy of Excel D. copy of Office 2010

Computer Science & Information Technology

The movement of data from one place to another is referred to as data input and data output.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Once you have created a table, the ____ appears on the Ribbon.

A. Table Tools Design tab B. Table Tools Styles tab C. Table Tools Layout tab D. both Table Tools Design tab and Table Tools Layout tab

Computer Science & Information Technology

An administrator notes that after a recent power outage, some open files were corrupted on one affected file server. Which of the following items should the administrator consider to determine the cause of this corruption?

A. The servers memory B. The servers RAID controller battery C. The servers processor D. The servers NIC teaming configuration

Computer Science & Information Technology