From 1360f3839ec52a8da5420946781327cb859597c4 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Wed, 11 Nov 2009 18:58:31 +0100 Subject: refactoring: new struct accessor method naming conventions. --- make/config/nativewindow/jawt-CustomJavaCode.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make') diff --git a/make/config/nativewindow/jawt-CustomJavaCode.java b/make/config/nativewindow/jawt-CustomJavaCode.java index b92e5a983..87d08241b 100755 --- a/make/config/nativewindow/jawt-CustomJavaCode.java +++ b/make/config/nativewindow/jawt-CustomJavaCode.java @@ -12,7 +12,7 @@ public static JAWT getJAWT() { AccessController.doPrivileged(new PrivilegedAction() { public Object run() { JAWT j = JAWT.create(); - j.version(JAWTFactory.JAWT_VERSION_1_4); + j.setVersion(JAWTFactory.JAWT_VERSION_1_4); if (!JAWTFactory.JAWT_GetAWT(j)) { throw new RuntimeException("Unable to initialize JAWT"); } -- cgit v1.2.3