Initial commit

This commit is contained in:
Eagle517
2026-01-14 10:27:57 -06:00
commit c1576fee30
11290 changed files with 1552799 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1,2 @@
a#java img { background-image : url(graphics/obj_48/javadev_obj.gif); }
a#java:hover img { background-image : url(graphics/obj_48/javadevhov_obj.gif); }

View File

@@ -0,0 +1,22 @@
###############################################################################
# Copyright (c) 2000, 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
overview.page-content.overview-links.java.link-icon = css/graphics/obj_48/javadev_obj.gif
tutorials.page-content.java.layout.ncolumns = 2
tutorials.page-content.java.hello-world.link-icon = css/graphics/obj_48/javaapp_obj.gif
tutorials.page-content.java.applet.link-icon = css/graphics/obj_48/javaapplet_obj.gif
tutorials.page-content.java.swt.link-icon = css/graphics/obj_48/swtapp_obj.gif
tutorials.page-content.java.ant.link-icon = css/graphics/obj_48/script_obj.gif

View File

@@ -0,0 +1,13 @@
a#hello-world img { background-image : url(graphics/obj_48/javaapp_obj.gif); }
a#hello-world:hover img { background-image : url(graphics/obj_48/javaapphov_obj.gif); }
a#applet img { background-image : url(graphics/obj_48/javaapplet_obj.gif); }
a#applet:hover img { background-image : url(graphics/obj_48/javaapplethov_obj.gif); }
a#swt img { background-image : url(graphics/obj_48/swtapp_obj.gif); }
a#swt:hover img { background-image : url(graphics/obj_48/swtapphov_obj.gif); }
a#ant img { background-image : url(graphics/obj_48/script_obj.gif); }
a#ant:hover img { background-image : url(graphics/obj_48/scripthov_obj.gif); }