News

Looking at your Example Blatz appears to add no value. Just pass a char around (or the Character wrapper whatever that is in java - I hate those wrappers) Having Bar take a function from char to ...
i'm writing an applet that needs to periodically request input from the user. the input is in integer form. my first thought was to create some sort of modal dialog, but the online java tutorial ...