Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
JBrowser Source Code Files
JBrowser Source Code Files are provided in the
source package file.
You can download JBrowser source package as described in the previous tutorial and go to the "src" sub-folder to view Source Code files.
You can also browse JBrowser Source Code files below:
✍: FYIcenter
⏎ ru/atomation/jbrowser/interfaces/ChromePages.java
/**
* No restrictions for this source.
*
* Author: CA>>>
* Site: atomation.ru
* Mail: Sashusik_EntXXI@Mail.ru
*/
package ru.atomation.jbrowser.interfaces;
/**
* Builtin pages such as Download manager
* @see http://kb.mozillazine.org/Chrome_URLs
* @see http://kb.mozillazine.org/Dev_:_Firefox_Chrome_URLs
* @author caiiiycuk
*/
public interface ChromePages {
//--from http://kb.mozillazine.org/Chrome_URLs
public static String Addons = "chrome://mozapps/content/extensions/extensions.xul";
public static String Downloads = "chrome://mozapps/content/downloads/downloads.xul";
public static String SavedPasswords = "chrome://passwordmgr/content/passwordManager.xul";
public static String ErrorConsole = "chrome://global/content/console.xul";
public static String CharacterEncodingCustomizeList = "chrome://global/content/customizeCharset.xul";// AD View->Character Encoding->Customize List
public static String ToolbarsCustomize = "chrome://global/content/customizeToolbar.xul";// D View->Toolbars->Customize...
public static String FindDialog = "chrome://global/content/finddialog.xul";// RU Find dialog?
public static String FilePrint = "chrome://global/content/printdialog.xul";// D File->Print
public static String FilePageSetup = "chrome://global/content/printPageSetup.xul";// D File->Page Setup
public static String FilePrintPreview = "chrome://global/content/printPreviewProgress.xul";// D File->Print Preview message shown while preparing to preview the document
public static String Config = "chrome://global/content/config.xul";// AD about:config
public static String Certificates = "chrome://pippki/content/pref-certs.xul";// Tools->Options->Advanced->Certificates
}
⏎ ru/atomation/jbrowser/interfaces/ChromePages.java
Or download all of them as a single archive file:
File name: jbrowser-1.9-fyi.zip File size: 625318 bytes Release date: 2022-11-10 Download
⇐ Download and Install JBrowser Source Package
2017-07-17, ≈22🔥, 1💬
Popular Posts:
How to display types defined in an XML Schema file with the xs\QueryXS.java provided in the Apache X...
Where to get the Java source code for Connector/J 8.0 Core Impl module? Java source code files for C...
What Is activation.jar? I heard it's related to JAF (JavaBeans Activation Framework) 1.0.2? The if y...
JRE 8 deploy.jar is the JAR file for JRE 8 Java Control Panel and other deploy tools. JRE (Java Runt...
JRE 8 rt.jar is the JAR file for JRE 8 RT (Runtime) libraries. JRE (Java Runtime) 8 is the runtime e...