Displaying temperature and pressure at the same time using java

This:

 Serial.println(sensor2);

Needs to change now to:

 Serial.print(sensor2);