*** empty log message ***

This commit is contained in:
Caspian Rychlik-Prince 2003-03-28 19:02:24 +00:00
parent 895c751ec6
commit 4924c564d5
11 changed files with 168 additions and 76 deletions

View file

@ -101,8 +101,6 @@ public class Mouse {
public static void create() throws Exception {
if (created)
return;
if (!Window.isCreated())
throw new Exception("The display has not yet been created.");
if (!nCreate())
throw new Exception("The mouse could not be created.");
created = true;