FileChooser.java 206 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 package cn.com.nobook; public class FileChooser { static { System.loadLibrary("serial_port"); } public static native void open(String file); public static native void colse(); }