Update apiQuery.java

This commit is contained in:
Jannik 2017-01-26 16:22:11 +01:00 committed by GitHub
parent e71db85b7d
commit 4892abc2bd
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ public class apiQuery{
im = new Image("recources/icons/close_black_2048x2048.png");
mainWindowController.image1.setImage(im);
}else{
//ausgabe des Textes in ta1 in jeweils neuer Zeile //TODOformatting
//ausgabe des Textes in ta1 in jeweils neuer Zeile //TODO formatting
mainWindowController.ta1.appendText(mainWindowController.title+": "+titelV+"\n");
mainWindowController.ta1.appendText(mainWindowController.year+": "+ yearV+"\n");
mainWindowController.ta1.appendText(mainWindowController.rating+": "+ratedV+"\n");