How to display information using G4P that is changing

edited May 2014 in How To...

Is there a good way to display numbers in my GUI that are changing. I already have the numbers but I cant figure out what feature is meant for displaying information that changes.

Tagged:

Answers

  • Using text()?

  • You could use GLabel, GTextField and GTextArea controls for either text or numbers using their setText(...) method. Personally I would use GLabels for displaying numbers because this control can't be used for user input.

Sign In or Register to comment.