Printing temperature probe data in Processing

How to create text for the data was my main question.

The serial data is coming in as text. You are collecting it in some variable in serialEvent(). Use another text() call, with that variable and the location where you want the text to appear.