Renamed setDisplayMode to create for consistency with other classes

This commit is contained in:
Caspian Rychlik-Prince 2002-08-14 14:32:46 +00:00
parent 630362c462
commit cc63960e09
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public final class Display {
* @throws Exception if the display mode could not be set
* @see destroy()
*/
public static void setDisplayMode(
public static void create(
DisplayMode displayMode,
boolean fullscreen)
throws Exception {