bug 116: x11 file dialog
[org.ibex.core.git] / src / org / ibex / plat / X11.java
index 14c4ca0..80db668 100644 (file)
@@ -40,6 +40,7 @@ public class X11 extends POSIX {
     protected native String _getClipBoard();
     protected native void _setClipBoard(String s);
     protected boolean _needsAutoDoubleClick() { return true; }
+    protected native String _fileDialog(String suggestedFileName, boolean write);
     protected native void eventThread();
     private native void natInit();