I have a Button object in my application that glows when a certain condition is true. When that condition is false, the glow Effect must be removed. When I initially took a stab at this, I was using the setStyle() method of the Button object in an...