This site requires JavaScript, please enable it in your browser!
Greenfoot back
Fatum
Fatum wrote ...

2018/4/11

How to align text in a textbox?

Fatum Fatum

2018/4/11

#
Basically what the title says. I need to align text in the TextBox to the left, meanwhile by default it has central alignment.
danpost danpost

2018/4/11

#
Fatum wrote...
Basically what the title says. I need to align text in the TextBox to the left, meanwhile by default it has central alignment.
Create two images, one being the text image and the other being the image for the box. Draw the text image onto the box image and set the box image to the textbox.
You need to login to post a reply.