Use localized strings for create offer screen and validators

This commit is contained in:
Manfred Karrer 2014-09-04 12:06:51 +02:00
parent 40107785ab
commit d2e98ff93a
15 changed files with 279 additions and 149 deletions

View file

@ -71,12 +71,12 @@ public class UITestRunner extends Application {
getUrl("/io/bitsquare/gui/trade/createoffer/CreateOfferView.fxml"), false);
try {
view = loader.load();
pane.getChildren().setAll(view);
refreshStylesheets();
} catch (IOException e) {
e.printStackTrace();
log.error(e.getStackTrace().toString());
}
pane.getChildren().setAll(view);
refreshStylesheets();
}
private void refreshStylesheets() {