I'm working with colors now. I've done several searches on color and I've found examples of changing button background colors, for example: Button01.Style = "-fx-background-color: " & colorx & ";" and changing a forms background color: MainForm.BackColor = fx.Colors.Magenta, but it's not obvious to me how to make a simple change to a button's text color within the code. I've tried several permutations of the aforementioned code but haven't found the right combination yet.