Rotate a label

Shakir Gusaroff shakir.gusaroff at gmail.com
Wed Sep 10 20:09:49 UTC 2014


Does the following work for you? Or I am missing something.

Label label = new Label("Application");
label.setRotate(270);


On 9/10/14, Victor Grazi <vgrazi at gmail.com> wrote:
> In JavaFX 8, is it possible to rotate the text in a label so that instead
> of left to right it reads bottom to top? I.e., to rotate the entire label
> 90° counterclockwise
>


More information about the openjfx-dev mailing list