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

2021/11/10

How to use the show text method

johnsec johnsec

2021/11/10

#
How do I use the show text method
Super_Hippo Super_Hippo

2021/11/10

#
public MyWorld()
{
    super(400, 400, 1);
    showText("Hello World", 200, 200);
}
Gabe1098 Gabe1098

2021/11/10

#
johnsec wrote...
How do I use the show text method
or you could make a new class and use this
setImage(new GreenfootImage("Hello", 24, Color.WHITE, Color.BLACK));
You need to login to post a reply.