//Place the following code in your games constructor to Hide the Cursor

Toolkit tk = getToolkit(); //Toolkit is used by createCustomCursor()
Cursor HiddenCursor = tk.createCustomCursor(tk.getImage("null.jpg"), new Point(0,0),"null");
setCursor(HiddenCursor);//set the curosor
// Since the image is not valid it defualts to no/ an invisible cursor

 Get Firefox!

©2003 C. Whittington