X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2Fplat%2FWin32.java;h=fd237ecc0376d741a2067f4e2cb3d371d027abd1;hb=1296555e827bcd7606b7d82b6c1f2a875ff22e2c;hp=c03ba52514cbb1a79497c970b21a212f6a4d9950;hpb=95a1db611fe9566fcaa98e05bc14aa01124ad650;p=org.ibex.core.git diff --git a/src/org/xwt/plat/Win32.java b/src/org/xwt/plat/Win32.java index c03ba52..fd237ec 100644 --- a/src/org/xwt/plat/Win32.java +++ b/src/org/xwt/plat/Win32.java @@ -39,6 +39,8 @@ public class Win32 extends GCJ { public static native String getTempPath(); public static native void natInit(); + protected native String _fileDialog(String suggestedFileName, boolean write); + public Win32() { } public void init() { @@ -116,6 +118,7 @@ public class Win32 extends GCJ { protected native void _criticalAbort(String message); protected native String _getClipBoard(); protected native void _setClipBoard(String s); + protected boolean _isCaseSensitive() { return false; } private native void __detectProxy(String[] container);