I have two separate textProperty listeners to listen to changes on my javaFX application so it can update a password strength icon, and a valid username icon respectively. Both functions take their data from a TextField (username) and a PasswordField (password). These are the listeners:I have two separate textProperty listeners to l