Edit C:\Program Files\Java\jdk1.8.0_121\com\sun\webkit\WebPageClient.java
/* * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.webkit; import com.sun.webkit.graphics.WCPageBackBuffer; import com.sun.webkit.graphics.WCPoint; import com.sun.webkit.graphics.WCRectangle; public interface WebPageClient<T> { public void setCursor(long cursorID); public void setFocus(boolean focus); public void transferFocus(boolean forward); public void setTooltip(String tooltip); public WCRectangle getScreenBounds(boolean available); public int getScreenDepth(); /** * @return the UI container which represents a web component * in the implementing platform */ public T getContainer(); public WCPoint screenToWindow(WCPoint ptScreen); public WCPoint windowToScreen(WCPoint ptWindow); public WCPageBackBuffer createBackBuffer(); public boolean isBackBufferSupported(); public void addMessageToConsole(String message, int lineNumber, String sourceId); public void didClearWindowObject(long context, long windowObject); }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de