Contains the IBIO simplified Input/Output commands - the GUI version . It also automatically enables the [x] button for closing an application.
There is no main method here - this is not an application, but rather a library class with useful methods.
EasyIO extends Frame. You can make an application with extends EasyIO. Then you inherit the normal Frame component for an AWT application, plus all the IBIO commands.
EasyIO doesn't provide much functionality beyond IBIO. It is just simpler to extend this than to copy the IBIO code into every class you write.