summaryrefslogtreecommitdiff
path: root/Examples/java/extend/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/java/extend/index.html')
-rw-r--r--Examples/java/extend/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/Examples/java/extend/index.html b/Examples/java/extend/index.html
new file mode 100644
index 0000000..c7c2c12
--- /dev/null
+++ b/Examples/java/extend/index.html
@@ -0,0 +1,19 @@
+<html>
+<head>
+<title>SWIG:Examples:java:extend</title>
+</head>
+
+<body bgcolor="#ffffff">
+
+
+<tt>SWIG/Examples/java/extend/</tt>
+<hr>
+
+<H2>Extending a simple C++ class in Java</H2>
+
+<p>
+This example illustrates the extending of a C++ class with cross language polymorphism.
+
+<hr>
+</body>
+</html>