Rotate JGoObject

Hi everyone,
Is it possible to rotate a JGoObject element (i.e. 90 degres) or a JGoText (to save space when writing) ?
Thank you

JGo for Swing has two classes that might be of interest, RotText.java and RotImage.java, in the Demo1 example.

Thank you Walter for your prompt answer.