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, ≈25🔥, 1💬
Popular Posts:
JDK 11 jdk.internal.JVM Stat.jmod is the JMOD file for JDK 11 Internal Jvmstat module. JDK 11 Intern...
What is jxl.jar 2.6.12? jxl.jar 2.6.12 is the JAR file for Java Excel API 2.6.12, which is a Java li...
Snappy-Java is a Java port of the "snappy", a fast C++ compresser/decompresser developed by Google. ...
commons-collections4-4.4 -sources.jaris the source JAR file for Apache Commons Collections 4.2, whic...
What Is ojdbc7.jar for Oracle 12c R1? ojdbc7.jar for Oracle 12c R1 is the JAR files of ojdbc.jar, JD...