Home
last modified time | relevance | path

Searched defs:documentURL (Results 1 – 1 of 1) sorted by relevance

/mports/java/openjdk8/files/
Dpatch-jdk-src-share-classes-sun-applet-AppletViewerPanel.java18 + protected URL documentURL; field in AppletViewerPanel.AppletViewerPanel
38 - AppletViewerPanel(URL documentURL, Hashtable atts) { argument
39 + protected AppletViewerPanel(URL documentURL, Hashtable<String,String> atts) { argument