- Learned how JFX Validators work and implemented them for direct connection.

- Aside from the error message when a server cannot be found (which is the default javafx one) I think the serverlist is pretty much done.

tags: #story[1245]
This commit is contained in:
alistairjmcintyre
2017-09-11 02:53:41 +12:00
parent f077486e22
commit e764caee60
3 changed files with 50 additions and 24 deletions
@@ -49,6 +49,12 @@
-fx-prompt-text-fill: -fx-pp-light-text-color;
}
#serverHostName .error-label, #serverPortNumber .error-label {
-fx-font-size: 12px;
-fx-text-fill: palevioletred;
}
#connectGridPane {
-fx-background-color: -fx-pp-theme-color;
}