Commit 857f4ad9 authored by Lambert Patrick's avatar Lambert Patrick
Browse files

better display on label

Showing with 1 addition and 1 deletion
+1 -1
...@@ -119,7 +119,7 @@ public class BasinNetworkObserverNEA extends ObserverListener implements Configu ...@@ -119,7 +119,7 @@ public class BasinNetworkObserverNEA extends ObserverListener implements Configu
public void valueChanged(ObservablesHandler arg0, Object arg1, long arg2) { public void valueChanged(ObservablesHandler arg0, Object arg1, long arg2) {
// update the label // update the label
String txt = Long.valueOf((time.getYear(pilot))).toString() + (" ") + time.getSeason(pilot).toString(); String txt = Long.valueOf((time.getYear(pilot))).toString() + (" ") + time.getSeason(pilot).toString() + " - ";
label.setText(txt); label.setText(txt);
if (basinUnderMouse != null) { if (basinUnderMouse != null) {
txt += (basinUnderMouse.getName() + " "); txt += (basinUnderMouse.getName() + " ");
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment