Introduction - If you have any usage issues, please Google them yourself
AWT public class AWTDemo extends Frame {// inherited Frame String keystr = " " // record keyboard events String mousestr = " " // record mouse events int mouseX = 0 // x coordinate int mouseY = 0 // y coordinate