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

2022/1/19

Needing greenfoot package for use of GreenfootImage in BlueJ

dcs15 dcs15

2022/1/19

#
Hey, does anyone have a link or so to download the Greenfoot package for use in other applications such as BlueJ? I would really appreciate it, since I need it for my school project and I haven't found anything that has worked... Thank you in advance
RcCookie RcCookie

2022/1/20

#
It doesn' just work like that - there's a lot more to Greenfoot than the "greenfoot" package. I have made a tutorial how to run Greenfoot scenarios in IntelliJ, a widely used Java editor. Maybe that helps you, it will at least give you an idea about how much there is to do. If you are still interested, there are probably ways to run Greenfoot in BlueJ, but it would be quite complicated for sure. Also, Greenfoot actually IS BlueJ under the hood and has the exact same editor, so I don't know what you are trying to achieve here. If you just need a class to represent images, take a look into BufferedImage from the java.awt package. That's what Greenfoot is using internally as well.
You need to login to post a reply.