5 lines
98 B
Java

package bicavm.browser;
public class Window{
public static native void setTitle(String title);
}