From 1ec82447e464d5308442581f14d32f9775928454 Mon Sep 17 00:00:00 2001
From: Sven Gothel
Date: Mon, 2 Feb 2015 02:36:39 +0100
Subject: Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.*
(Part 1)
sed -i 's/javax\.media\.opengl/com\.jogamp\.opengl/g' `grep -Rl "javax\.media\.opengl" src`
sed -i 's/javax\.media\.nativewindow/com\.jogamp\.nativewindow/g' `grep -Rl "javax\.media\.nativewindow" src`
sed -i 's/javax\/media\//com\/jogamp\//g' `grep -Rl "javax/media/" src`
sed -i 's/javax\/media\//com\/jogamp\//g' `grep -Rl "javax/media/" doc`
Manually edited all occurences within make/**
---
doc/NEWT-Overview.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'doc/NEWT-Overview.html')
diff --git a/doc/NEWT-Overview.html b/doc/NEWT-Overview.html
index 953f95b54..ee6eca8d8 100644
--- a/doc/NEWT-Overview.html
+++ b/doc/NEWT-Overview.html
@@ -36,7 +36,7 @@ Consider the classic demo code
GearsES2.java
[v2.0-rc3],
which implements a
-GLEventEventListener.
+GLEventEventListener.
The simple application
@@ -45,7 +45,7 @@ The simple application
creates a NEWT
GLWindow,
which implements a
-GLAutoDrawable
+GLAutoDrawable
and hence is able to add the demo code.
NEWT’s GLWindow also implements the NEWT Window,
which gives you full control of the native windowing, as shown in the demo.
@@ -102,7 +102,7 @@ shows the same example using Swing.
Last but not least, the above mechanism can be used to show NEWT Window’s in an AWT Applet.
JOGLNewtApplet1Run
is an Applet launcher for any
-GLEventEventListener
+GLEventEventListener
exposing a default constructor.
See it alive here.
--
cgit v1.2.3