Hi I'm new to Greenfoot and am using it because I'm doing a summer assignment for my AP CS class. My assignment is to create a simple security scenario that utilizes a username and password... But there's a catch: once a username/password combination has been used, it can't be reused (like a plastic electronic voting key, which selects a new username and password every time a person uses that key from a pre-made database). I've already got a blue background as my world, but now I need to figure out how to make the input fields themselves. How would I do this?
Thanks