diff --git a/app/lib/ant-launcher.jar b/app/lib/ant-launcher.jar new file mode 100644 index 000000000..939abb579 Binary files /dev/null and b/app/lib/ant-launcher.jar differ diff --git a/app/lib/ant.jar b/app/lib/ant.jar new file mode 100644 index 000000000..7f5be4a4e Binary files /dev/null and b/app/lib/ant.jar differ diff --git a/app/lib/jna-platform.jar b/app/lib/jna-platform.jar new file mode 100644 index 000000000..d0fd2e4f5 Binary files /dev/null and b/app/lib/jna-platform.jar differ diff --git a/app/lib/jna.jar b/app/lib/jna.jar new file mode 100644 index 000000000..25243176e Binary files /dev/null and b/app/lib/jna.jar differ diff --git a/app/test/lib/junit-4.8.1.jar b/app/test/lib/junit-4.8.1.jar new file mode 100644 index 000000000..524cd65ce Binary files /dev/null and b/app/test/lib/junit-4.8.1.jar differ diff --git a/build/macosx/appbundler.jar b/build/macosx/appbundler.jar new file mode 100644 index 000000000..42cc8f18c Binary files /dev/null and b/build/macosx/appbundler.jar differ diff --git a/build/macosx/appbundler/doc/appbundler.html b/build/macosx/appbundler/doc/appbundler.html new file mode 100644 index 000000000..aa4468487 --- /dev/null +++ b/build/macosx/appbundler/doc/appbundler.html @@ -0,0 +1,195 @@ + + + + +
+ + +Generates a native launcher for a Java application.
+ +| Attribute | +Description | +Required | +
| outputdirectory | +The output folder for the generated bundle. | +Yes | +
| name | +The name of the application.
+ Corresponds to the CFBundleName key in the Info.plist file. |
+ Yes | +
| displayname | +The display name of the application.
+ Corresponds to the CFBundleDisplayName key in the Info.plist file. |
+ Yes | +
| identifier | +An identifier string that specifies the application type.
+ Corresponds to the CFBundleIdentifier key in the Info.plist file. |
+ Yes | +
| icon | +The icon file for the application.
+ Corresponds to the CFBundleIconFile key in the Info.plist file. |
+ No | +
| shortversion | +The release version number string for the application.
+ Corresponds to the CFBundleShortVersionString key in the Info.plist
+ file. |
+ No | +
| signature | +The four-letter code identifying the application creator.
+ Corresponds to the CFBundleSignature key in the Info.plist file. |
+ No | +
| copyright | +The copyright notice for the application.
+ Corresponds to the NSHumanReadableCopyright key in the Info.plist
+ file. |
+ No | +
| applicationCategory | +The application category.
+ Corresponds to the LSApplicationCategoryType key in the Info.plist
+ file. |
+ No | +
| mainclassname | +The name of the bundled application's main class. | +Yes | +
A fileset representing the Java +runtime environment to embed in the application.
+ +This element is optional. If specified, the base directory of the fileset must point to the +root directory of a valid Java runtime environment. The contents of the runtime will be copied to +the Contents/PlugIns/ folder of the generated application bundle.
+ +By default, only the contents of the jre/ directory will be included with the bundled
+application. All executable content (i.e. bin/, jre/bin/) is excluded. Additional
+content can be included or excluded using nested <include> and
+<exclude> elements, respectively.
If this element is omitted, a Java runtime environment will not be copied into the generated +bundle, and target systems must have a shared JRE installed in +/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/ in order to run the application.
+ +A fileset representing the class +path of the bundled application. Corresponds to the java.class.path system property. +Entries will be copied to the Contents/Java/ folder of the generated bundle.
+ +A fileset representing the library +path of the bundled application. Corresponds to the java.library.path system property. +Entries will be copied to the Contents/MacOS/ folder of the generated bundle.
+ +Specifies a command-line option to be passed to the JVM at startup.
+| Attribute | +Description | +Required | +
| value | +The option value. | +Yes | +
Specifies a command-line argument to be passed to the bundled application at startup.
+| Attribute | +Description | +Required | +
| value | +The argument value. | +Yes | +
Generate a launcher for the "Swing Set" demo, bundling the JRE defined by the JAVA_HOME +environment variable with the resulting executable.
+
+<-- Import environment variables -->
+<property environment="env"/>
+
+<-- Define the appbundler task -->
+<taskdef name="bundleapp" classname="com.oracle.appbundler.AppBundlerTask"/>
+
+<-- Create the app bundle -->
+<target name="bundle-swingset" depends="package">
+ <bundleapp outputdirectory="."
+ name="SwingSet2"
+ displayname="SwingSet 2"
+ identifier="com.oracle.javax.swing.SwingSet2"
+ shortversion="1.0"
+ applicationCategory="public.app-category.developer-tools"
+ mainclassname="SwingSet2">
+ <runtime dir="${env.JAVA_HOME}"/>
+ <classpath file="/Library/Java/Demos/JFC/SwingSet2/SwingSet2.jar"/>
+ <option value="-Dapple.laf.useScreenMenuBar=true"/>
+ </bundleapp>
+</target>
+
+
+
+
\ No newline at end of file
diff --git a/build/macosx/jAppleMenuBar-src.zip b/build/macosx/jAppleMenuBar-src.zip
new file mode 100644
index 000000000..e68e20758
Binary files /dev/null and b/build/macosx/jAppleMenuBar-src.zip differ
diff --git a/build/shared/lib/about-1x.png b/build/shared/lib/about-1x.png
new file mode 100644
index 000000000..4224ee4e6
Binary files /dev/null and b/build/shared/lib/about-1x.png differ
diff --git a/build/shared/lib/about-2x.png b/build/shared/lib/about-2x.png
new file mode 100644
index 000000000..4da84d41c
Binary files /dev/null and b/build/shared/lib/about-2x.png differ
diff --git a/build/shared/lib/footer/console-enabled-1x.png b/build/shared/lib/footer/console-enabled-1x.png
new file mode 100644
index 000000000..aafc8499f
Binary files /dev/null and b/build/shared/lib/footer/console-enabled-1x.png differ
diff --git a/build/shared/lib/footer/console-enabled-2x.png b/build/shared/lib/footer/console-enabled-2x.png
new file mode 100644
index 000000000..d89d1d3ef
Binary files /dev/null and b/build/shared/lib/footer/console-enabled-2x.png differ
diff --git a/build/shared/lib/footer/console-selected-1x.png b/build/shared/lib/footer/console-selected-1x.png
new file mode 100644
index 000000000..c0733d356
Binary files /dev/null and b/build/shared/lib/footer/console-selected-1x.png differ
diff --git a/build/shared/lib/footer/console-selected-2x.png b/build/shared/lib/footer/console-selected-2x.png
new file mode 100644
index 000000000..969b4cf65
Binary files /dev/null and b/build/shared/lib/footer/console-selected-2x.png differ
diff --git a/build/shared/lib/footer/error-enabled-1x.png b/build/shared/lib/footer/error-enabled-1x.png
new file mode 100644
index 000000000..22836efef
Binary files /dev/null and b/build/shared/lib/footer/error-enabled-1x.png differ
diff --git a/build/shared/lib/footer/error-enabled-2x.png b/build/shared/lib/footer/error-enabled-2x.png
new file mode 100644
index 000000000..36fd6ce7c
Binary files /dev/null and b/build/shared/lib/footer/error-enabled-2x.png differ
diff --git a/build/shared/lib/footer/error-selected-1x.png b/build/shared/lib/footer/error-selected-1x.png
new file mode 100644
index 000000000..6ffe81467
Binary files /dev/null and b/build/shared/lib/footer/error-selected-1x.png differ
diff --git a/build/shared/lib/footer/error-selected-2x.png b/build/shared/lib/footer/error-selected-2x.png
new file mode 100644
index 000000000..637519fd7
Binary files /dev/null and b/build/shared/lib/footer/error-selected-2x.png differ
diff --git a/build/shared/lib/icons/foundation-16.png b/build/shared/lib/icons/foundation-16.png
new file mode 100644
index 000000000..d2f1ee2d2
Binary files /dev/null and b/build/shared/lib/icons/foundation-16.png differ
diff --git a/build/shared/lib/icons/foundation-32.png b/build/shared/lib/icons/foundation-32.png
new file mode 100644
index 000000000..2f874f6e6
Binary files /dev/null and b/build/shared/lib/icons/foundation-32.png differ
diff --git a/build/shared/lib/icons/foundation-64.png b/build/shared/lib/icons/foundation-64.png
new file mode 100644
index 000000000..b3f094e4d
Binary files /dev/null and b/build/shared/lib/icons/foundation-64.png differ
diff --git a/build/shared/lib/icons/pde-1024.png b/build/shared/lib/icons/pde-1024.png
new file mode 100644
index 000000000..72431f69e
Binary files /dev/null and b/build/shared/lib/icons/pde-1024.png differ
diff --git a/build/shared/lib/icons/pde-128.png b/build/shared/lib/icons/pde-128.png
new file mode 100644
index 000000000..37582bcb4
Binary files /dev/null and b/build/shared/lib/icons/pde-128.png differ
diff --git a/build/shared/lib/icons/pde-16.png b/build/shared/lib/icons/pde-16.png
new file mode 100644
index 000000000..2eadf833e
Binary files /dev/null and b/build/shared/lib/icons/pde-16.png differ
diff --git a/build/shared/lib/icons/pde-256.png b/build/shared/lib/icons/pde-256.png
new file mode 100644
index 000000000..9540af999
Binary files /dev/null and b/build/shared/lib/icons/pde-256.png differ
diff --git a/build/shared/lib/icons/pde-32.png b/build/shared/lib/icons/pde-32.png
new file mode 100644
index 000000000..da2059097
Binary files /dev/null and b/build/shared/lib/icons/pde-32.png differ
diff --git a/build/shared/lib/icons/pde-48.png b/build/shared/lib/icons/pde-48.png
new file mode 100644
index 000000000..8e73dfab9
Binary files /dev/null and b/build/shared/lib/icons/pde-48.png differ
diff --git a/build/shared/lib/icons/pde-512.png b/build/shared/lib/icons/pde-512.png
new file mode 100644
index 000000000..b38779496
Binary files /dev/null and b/build/shared/lib/icons/pde-512.png differ
diff --git a/build/shared/lib/icons/pde-64.png b/build/shared/lib/icons/pde-64.png
new file mode 100644
index 000000000..ae4852c27
Binary files /dev/null and b/build/shared/lib/icons/pde-64.png differ
diff --git a/build/shared/lib/manager/close-1x.png b/build/shared/lib/manager/close-1x.png
new file mode 100644
index 000000000..02ab4cc4e
Binary files /dev/null and b/build/shared/lib/manager/close-1x.png differ
diff --git a/build/shared/lib/manager/close-2x.png b/build/shared/lib/manager/close-2x.png
new file mode 100644
index 000000000..3f3202da7
Binary files /dev/null and b/build/shared/lib/manager/close-2x.png differ
diff --git a/build/shared/lib/manager/downloading-1x.png b/build/shared/lib/manager/downloading-1x.png
new file mode 100644
index 000000000..87003e77b
Binary files /dev/null and b/build/shared/lib/manager/downloading-1x.png differ
diff --git a/build/shared/lib/manager/downloading-2x.png b/build/shared/lib/manager/downloading-2x.png
new file mode 100644
index 000000000..4146727b1
Binary files /dev/null and b/build/shared/lib/manager/downloading-2x.png differ
diff --git a/build/shared/lib/manager/incompatible-1x.png b/build/shared/lib/manager/incompatible-1x.png
new file mode 100644
index 000000000..4af170c0b
Binary files /dev/null and b/build/shared/lib/manager/incompatible-1x.png differ
diff --git a/build/shared/lib/manager/incompatible-2x.png b/build/shared/lib/manager/incompatible-2x.png
new file mode 100644
index 000000000..d91a68ce7
Binary files /dev/null and b/build/shared/lib/manager/incompatible-2x.png differ
diff --git a/build/shared/lib/manager/install-1x.png b/build/shared/lib/manager/install-1x.png
new file mode 100644
index 000000000..17caf4858
Binary files /dev/null and b/build/shared/lib/manager/install-1x.png differ
diff --git a/build/shared/lib/manager/install-2x.png b/build/shared/lib/manager/install-2x.png
new file mode 100644
index 000000000..1a7c43d25
Binary files /dev/null and b/build/shared/lib/manager/install-2x.png differ
diff --git a/build/shared/lib/manager/notification-1x.png b/build/shared/lib/manager/notification-1x.png
new file mode 100644
index 000000000..6d907226e
Binary files /dev/null and b/build/shared/lib/manager/notification-1x.png differ
diff --git a/build/shared/lib/manager/notification-2x.png b/build/shared/lib/manager/notification-2x.png
new file mode 100644
index 000000000..ec0850c3f
Binary files /dev/null and b/build/shared/lib/manager/notification-2x.png differ
diff --git a/build/shared/lib/manager/remove-1x.png b/build/shared/lib/manager/remove-1x.png
new file mode 100644
index 000000000..dcfdb1b42
Binary files /dev/null and b/build/shared/lib/manager/remove-1x.png differ
diff --git a/build/shared/lib/manager/remove-2x.png b/build/shared/lib/manager/remove-2x.png
new file mode 100644
index 000000000..6857de36c
Binary files /dev/null and b/build/shared/lib/manager/remove-2x.png differ
diff --git a/build/shared/lib/manager/search-1x.png b/build/shared/lib/manager/search-1x.png
new file mode 100644
index 000000000..1c29f1725
Binary files /dev/null and b/build/shared/lib/manager/search-1x.png differ
diff --git a/build/shared/lib/manager/search-2x.png b/build/shared/lib/manager/search-2x.png
new file mode 100644
index 000000000..e65ceae59
Binary files /dev/null and b/build/shared/lib/manager/search-2x.png differ
diff --git a/build/shared/lib/manager/up-to-date-1x.png b/build/shared/lib/manager/up-to-date-1x.png
new file mode 100644
index 000000000..d19e289f2
Binary files /dev/null and b/build/shared/lib/manager/up-to-date-1x.png differ
diff --git a/build/shared/lib/manager/up-to-date-2x.png b/build/shared/lib/manager/up-to-date-2x.png
new file mode 100644
index 000000000..abfe369a5
Binary files /dev/null and b/build/shared/lib/manager/up-to-date-2x.png differ
diff --git a/build/shared/lib/manager/update-1x.png b/build/shared/lib/manager/update-1x.png
new file mode 100644
index 000000000..525aaf37d
Binary files /dev/null and b/build/shared/lib/manager/update-1x.png differ
diff --git a/build/shared/lib/manager/update-2x.png b/build/shared/lib/manager/update-2x.png
new file mode 100644
index 000000000..75dfdbe07
Binary files /dev/null and b/build/shared/lib/manager/update-2x.png differ
diff --git a/build/shared/lib/manager/update-available-1x.png b/build/shared/lib/manager/update-available-1x.png
new file mode 100644
index 000000000..b8b16d92b
Binary files /dev/null and b/build/shared/lib/manager/update-available-1x.png differ
diff --git a/build/shared/lib/manager/update-available-2x.png b/build/shared/lib/manager/update-available-2x.png
new file mode 100644
index 000000000..a8e74c43d
Binary files /dev/null and b/build/shared/lib/manager/update-available-2x.png differ
diff --git a/build/shared/lib/status/error.png b/build/shared/lib/status/error.png
new file mode 100644
index 000000000..60e083677
Binary files /dev/null and b/build/shared/lib/status/error.png differ
diff --git a/build/shared/lib/status/notice.png b/build/shared/lib/status/notice.png
new file mode 100644
index 000000000..ed1b995d9
Binary files /dev/null and b/build/shared/lib/status/notice.png differ
diff --git a/build/shared/lib/status/warning.png b/build/shared/lib/status/warning.png
new file mode 100644
index 000000000..eeb52d768
Binary files /dev/null and b/build/shared/lib/status/warning.png differ
diff --git a/build/shared/lib/toolbar/continue-disabled-1x.png b/build/shared/lib/toolbar/continue-disabled-1x.png
new file mode 100644
index 000000000..6cb484497
Binary files /dev/null and b/build/shared/lib/toolbar/continue-disabled-1x.png differ
diff --git a/build/shared/lib/toolbar/continue-disabled-2x.png b/build/shared/lib/toolbar/continue-disabled-2x.png
new file mode 100644
index 000000000..a25a43d56
Binary files /dev/null and b/build/shared/lib/toolbar/continue-disabled-2x.png differ
diff --git a/build/shared/lib/toolbar/continue-enabled-1x.png b/build/shared/lib/toolbar/continue-enabled-1x.png
new file mode 100644
index 000000000..bfa1d8b9b
Binary files /dev/null and b/build/shared/lib/toolbar/continue-enabled-1x.png differ
diff --git a/build/shared/lib/toolbar/continue-enabled-2x.png b/build/shared/lib/toolbar/continue-enabled-2x.png
new file mode 100644
index 000000000..af0563b1d
Binary files /dev/null and b/build/shared/lib/toolbar/continue-enabled-2x.png differ
diff --git a/build/shared/lib/toolbar/continue-pressed-1x.png b/build/shared/lib/toolbar/continue-pressed-1x.png
new file mode 100644
index 000000000..b7ca250b8
Binary files /dev/null and b/build/shared/lib/toolbar/continue-pressed-1x.png differ
diff --git a/build/shared/lib/toolbar/continue-pressed-2x.png b/build/shared/lib/toolbar/continue-pressed-2x.png
new file mode 100644
index 000000000..d86d00d3d
Binary files /dev/null and b/build/shared/lib/toolbar/continue-pressed-2x.png differ
diff --git a/build/shared/lib/toolbar/continue-rollover-1x.png b/build/shared/lib/toolbar/continue-rollover-1x.png
new file mode 100644
index 000000000..c7928feeb
Binary files /dev/null and b/build/shared/lib/toolbar/continue-rollover-1x.png differ
diff --git a/build/shared/lib/toolbar/continue-rollover-2x.png b/build/shared/lib/toolbar/continue-rollover-2x.png
new file mode 100644
index 000000000..3f8ebcb21
Binary files /dev/null and b/build/shared/lib/toolbar/continue-rollover-2x.png differ
diff --git a/build/shared/lib/toolbar/continue-selected-1x.png b/build/shared/lib/toolbar/continue-selected-1x.png
new file mode 100644
index 000000000..91383dc8f
Binary files /dev/null and b/build/shared/lib/toolbar/continue-selected-1x.png differ
diff --git a/build/shared/lib/toolbar/continue-selected-2x.png b/build/shared/lib/toolbar/continue-selected-2x.png
new file mode 100644
index 000000000..d0a375b87
Binary files /dev/null and b/build/shared/lib/toolbar/continue-selected-2x.png differ
diff --git a/build/shared/lib/toolbar/debug-disabled-1x.png b/build/shared/lib/toolbar/debug-disabled-1x.png
new file mode 100644
index 000000000..49a7c405b
Binary files /dev/null and b/build/shared/lib/toolbar/debug-disabled-1x.png differ
diff --git a/build/shared/lib/toolbar/debug-disabled-2x.png b/build/shared/lib/toolbar/debug-disabled-2x.png
new file mode 100644
index 000000000..33cb6f61a
Binary files /dev/null and b/build/shared/lib/toolbar/debug-disabled-2x.png differ
diff --git a/build/shared/lib/toolbar/debug-enabled-1x.png b/build/shared/lib/toolbar/debug-enabled-1x.png
new file mode 100644
index 000000000..bc00bac44
Binary files /dev/null and b/build/shared/lib/toolbar/debug-enabled-1x.png differ
diff --git a/build/shared/lib/toolbar/debug-enabled-2x.png b/build/shared/lib/toolbar/debug-enabled-2x.png
new file mode 100644
index 000000000..005977ef5
Binary files /dev/null and b/build/shared/lib/toolbar/debug-enabled-2x.png differ
diff --git a/build/shared/lib/toolbar/debug-pressed-1x.png b/build/shared/lib/toolbar/debug-pressed-1x.png
new file mode 100644
index 000000000..2834917be
Binary files /dev/null and b/build/shared/lib/toolbar/debug-pressed-1x.png differ
diff --git a/build/shared/lib/toolbar/debug-pressed-2x.png b/build/shared/lib/toolbar/debug-pressed-2x.png
new file mode 100644
index 000000000..fc1cf8598
Binary files /dev/null and b/build/shared/lib/toolbar/debug-pressed-2x.png differ
diff --git a/build/shared/lib/toolbar/debug-rollover-1x.png b/build/shared/lib/toolbar/debug-rollover-1x.png
new file mode 100644
index 000000000..72ff7d413
Binary files /dev/null and b/build/shared/lib/toolbar/debug-rollover-1x.png differ
diff --git a/build/shared/lib/toolbar/debug-rollover-2x.png b/build/shared/lib/toolbar/debug-rollover-2x.png
new file mode 100644
index 000000000..88b715dbb
Binary files /dev/null and b/build/shared/lib/toolbar/debug-rollover-2x.png differ
diff --git a/build/shared/lib/toolbar/debug-selected-1x.png b/build/shared/lib/toolbar/debug-selected-1x.png
new file mode 100644
index 000000000..623aaaf54
Binary files /dev/null and b/build/shared/lib/toolbar/debug-selected-1x.png differ
diff --git a/build/shared/lib/toolbar/debug-selected-2x.png b/build/shared/lib/toolbar/debug-selected-2x.png
new file mode 100644
index 000000000..336288800
Binary files /dev/null and b/build/shared/lib/toolbar/debug-selected-2x.png differ
diff --git a/build/shared/lib/toolbar/gradient.png b/build/shared/lib/toolbar/gradient.png
new file mode 100644
index 000000000..3b8c83f3b
Binary files /dev/null and b/build/shared/lib/toolbar/gradient.png differ
diff --git a/build/shared/lib/toolbar/run-disabled-1x.png b/build/shared/lib/toolbar/run-disabled-1x.png
new file mode 100644
index 000000000..ee176e081
Binary files /dev/null and b/build/shared/lib/toolbar/run-disabled-1x.png differ
diff --git a/build/shared/lib/toolbar/run-disabled-2x.png b/build/shared/lib/toolbar/run-disabled-2x.png
new file mode 100644
index 000000000..18712e26d
Binary files /dev/null and b/build/shared/lib/toolbar/run-disabled-2x.png differ
diff --git a/build/shared/lib/toolbar/run-enabled-1x.png b/build/shared/lib/toolbar/run-enabled-1x.png
new file mode 100644
index 000000000..8ea094427
Binary files /dev/null and b/build/shared/lib/toolbar/run-enabled-1x.png differ
diff --git a/build/shared/lib/toolbar/run-enabled-2x.png b/build/shared/lib/toolbar/run-enabled-2x.png
new file mode 100644
index 000000000..5b0984582
Binary files /dev/null and b/build/shared/lib/toolbar/run-enabled-2x.png differ
diff --git a/build/shared/lib/toolbar/run-pressed-1x.png b/build/shared/lib/toolbar/run-pressed-1x.png
new file mode 100644
index 000000000..31426109c
Binary files /dev/null and b/build/shared/lib/toolbar/run-pressed-1x.png differ
diff --git a/build/shared/lib/toolbar/run-pressed-2x.png b/build/shared/lib/toolbar/run-pressed-2x.png
new file mode 100644
index 000000000..574cc4051
Binary files /dev/null and b/build/shared/lib/toolbar/run-pressed-2x.png differ
diff --git a/build/shared/lib/toolbar/run-rollover-1x.png b/build/shared/lib/toolbar/run-rollover-1x.png
new file mode 100644
index 000000000..9fde31106
Binary files /dev/null and b/build/shared/lib/toolbar/run-rollover-1x.png differ
diff --git a/build/shared/lib/toolbar/run-rollover-2x.png b/build/shared/lib/toolbar/run-rollover-2x.png
new file mode 100644
index 000000000..af693e5cf
Binary files /dev/null and b/build/shared/lib/toolbar/run-rollover-2x.png differ
diff --git a/build/shared/lib/toolbar/run-selected-1x.png b/build/shared/lib/toolbar/run-selected-1x.png
new file mode 100644
index 000000000..4c3e135bc
Binary files /dev/null and b/build/shared/lib/toolbar/run-selected-1x.png differ
diff --git a/build/shared/lib/toolbar/run-selected-2x.png b/build/shared/lib/toolbar/run-selected-2x.png
new file mode 100644
index 000000000..2105eba07
Binary files /dev/null and b/build/shared/lib/toolbar/run-selected-2x.png differ
diff --git a/build/shared/lib/toolbar/step-disabled-1x.png b/build/shared/lib/toolbar/step-disabled-1x.png
new file mode 100644
index 000000000..61cdd51b0
Binary files /dev/null and b/build/shared/lib/toolbar/step-disabled-1x.png differ
diff --git a/build/shared/lib/toolbar/step-disabled-2x.png b/build/shared/lib/toolbar/step-disabled-2x.png
new file mode 100644
index 000000000..d87e5ffad
Binary files /dev/null and b/build/shared/lib/toolbar/step-disabled-2x.png differ
diff --git a/build/shared/lib/toolbar/step-enabled-1x.png b/build/shared/lib/toolbar/step-enabled-1x.png
new file mode 100644
index 000000000..87b848ec4
Binary files /dev/null and b/build/shared/lib/toolbar/step-enabled-1x.png differ
diff --git a/build/shared/lib/toolbar/step-enabled-2x.png b/build/shared/lib/toolbar/step-enabled-2x.png
new file mode 100644
index 000000000..c1caee416
Binary files /dev/null and b/build/shared/lib/toolbar/step-enabled-2x.png differ
diff --git a/build/shared/lib/toolbar/step-pressed-1x.png b/build/shared/lib/toolbar/step-pressed-1x.png
new file mode 100644
index 000000000..277cdf362
Binary files /dev/null and b/build/shared/lib/toolbar/step-pressed-1x.png differ
diff --git a/build/shared/lib/toolbar/step-pressed-2x.png b/build/shared/lib/toolbar/step-pressed-2x.png
new file mode 100644
index 000000000..3881208b2
Binary files /dev/null and b/build/shared/lib/toolbar/step-pressed-2x.png differ
diff --git a/build/shared/lib/toolbar/step-rollover-1x.png b/build/shared/lib/toolbar/step-rollover-1x.png
new file mode 100644
index 000000000..47a99c071
Binary files /dev/null and b/build/shared/lib/toolbar/step-rollover-1x.png differ
diff --git a/build/shared/lib/toolbar/step-rollover-2x.png b/build/shared/lib/toolbar/step-rollover-2x.png
new file mode 100644
index 000000000..4a1ece2b8
Binary files /dev/null and b/build/shared/lib/toolbar/step-rollover-2x.png differ
diff --git a/build/shared/lib/toolbar/step-selected-1x.png b/build/shared/lib/toolbar/step-selected-1x.png
new file mode 100644
index 000000000..fb0e32018
Binary files /dev/null and b/build/shared/lib/toolbar/step-selected-1x.png differ
diff --git a/build/shared/lib/toolbar/step-selected-2x.png b/build/shared/lib/toolbar/step-selected-2x.png
new file mode 100644
index 000000000..b23a3fffd
Binary files /dev/null and b/build/shared/lib/toolbar/step-selected-2x.png differ
diff --git a/build/shared/lib/toolbar/stop-disabled-1x.png b/build/shared/lib/toolbar/stop-disabled-1x.png
new file mode 100644
index 000000000..ac21b2e13
Binary files /dev/null and b/build/shared/lib/toolbar/stop-disabled-1x.png differ
diff --git a/build/shared/lib/toolbar/stop-disabled-2x.png b/build/shared/lib/toolbar/stop-disabled-2x.png
new file mode 100644
index 000000000..ceee9a976
Binary files /dev/null and b/build/shared/lib/toolbar/stop-disabled-2x.png differ
diff --git a/build/shared/lib/toolbar/stop-enabled-1x.png b/build/shared/lib/toolbar/stop-enabled-1x.png
new file mode 100644
index 000000000..3e033eafe
Binary files /dev/null and b/build/shared/lib/toolbar/stop-enabled-1x.png differ
diff --git a/build/shared/lib/toolbar/stop-enabled-2x.png b/build/shared/lib/toolbar/stop-enabled-2x.png
new file mode 100644
index 000000000..178642e84
Binary files /dev/null and b/build/shared/lib/toolbar/stop-enabled-2x.png differ
diff --git a/build/shared/lib/toolbar/stop-pressed-1x.png b/build/shared/lib/toolbar/stop-pressed-1x.png
new file mode 100644
index 000000000..5618e9e96
Binary files /dev/null and b/build/shared/lib/toolbar/stop-pressed-1x.png differ
diff --git a/build/shared/lib/toolbar/stop-pressed-2x.png b/build/shared/lib/toolbar/stop-pressed-2x.png
new file mode 100644
index 000000000..e9b7fb32c
Binary files /dev/null and b/build/shared/lib/toolbar/stop-pressed-2x.png differ
diff --git a/build/shared/lib/toolbar/stop-rollover-1x.png b/build/shared/lib/toolbar/stop-rollover-1x.png
new file mode 100644
index 000000000..6ad295a94
Binary files /dev/null and b/build/shared/lib/toolbar/stop-rollover-1x.png differ
diff --git a/build/shared/lib/toolbar/stop-rollover-2x.png b/build/shared/lib/toolbar/stop-rollover-2x.png
new file mode 100644
index 000000000..91b7cecda
Binary files /dev/null and b/build/shared/lib/toolbar/stop-rollover-2x.png differ
diff --git a/build/shared/lib/toolbar/stop-selected-1x.png b/build/shared/lib/toolbar/stop-selected-1x.png
new file mode 100644
index 000000000..686ac76a1
Binary files /dev/null and b/build/shared/lib/toolbar/stop-selected-1x.png differ
diff --git a/build/shared/lib/toolbar/stop-selected-2x.png b/build/shared/lib/toolbar/stop-selected-2x.png
new file mode 100644
index 000000000..4f11805ca
Binary files /dev/null and b/build/shared/lib/toolbar/stop-selected-2x.png differ
diff --git a/build/shared/lib/welcome/generic.html b/build/shared/lib/welcome/generic.html
new file mode 100644
index 000000000..798a129f5
--- /dev/null
+++ b/build/shared/lib/welcome/generic.html
@@ -0,0 +1,31 @@
+
+
+ |
+ |
+
+ Welcome to Processing 3+ |
+
+ Read about what’s new in 3.0 → +
+ ++ Note that some sketches from Processing 2 may not be compatible. + What has changed? +
+ + + diff --git a/build/shared/lib/welcome/sketchbook.html b/build/shared/lib/welcome/sketchbook.html new file mode 100644 index 000000000..7d27e7838 --- /dev/null +++ b/build/shared/lib/welcome/sketchbook.html @@ -0,0 +1,50 @@ + + +|
+ |
+
+ Welcome to Processing 3+ |
+
+ Read about what’s new in 3.0 → +
+ ++ Note that some sketches from Processing 2 may not be compatible. + What has changed? +
+ ++ Since older sketches may not be compatible, we recommend creating a new sketchbook folder, so Processing 2 and 3 can happily coexist. This is a one-time process. Read more about it. +
+ +| + Click here to create a new sketchbook folder for Processing 3 (recommended!) + | +
| + Otherwise, your existing sketchbook folder will be used for both old and new sketches (may cause conflicts with installed libraries) + | +
Use of the QuickTimeDemo is entirely at your own risk. I will not be + liable for any data + loss, hardware damage or whatever this program might cause.
+Permission to use this release of QuickTimeDemo is granted provided + you agree with its license terms, and the copyright + notice and this license notice appear in all copies and in supporting documentation.
+Use of QuickTimeDemo is free for all uses, including personal use, educational use, and commercial use.
+ +You can license QuickTimeDemo under the terms of the Creative Commons Attribution 3.0 license.
+For any reuse or distribution, you must make clear to others the license terms of this work. The best way to do this is with a link to this web page.
+Any of the above conditions can be waived if you get permission from the copyright holder.
+Nothing in this license impairs or restricts the author's moral rights.
+ Werner Randelshofer, Hausmatt 10, Immensee,
+ CH-6405, Switzerland
+ http://www.randelshofer.ch/
+ werner.randelshofer@bluewin.ch
+ All Rights Reserved.