summaryrefslogtreecommitdiffstats
path: root/src/newt/classes
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-06-30 14:26:23 +0200
committerSven Gothel <[email protected]>2013-06-30 14:26:23 +0200
commit3a0529c4713206dae130f2b1a6bf68b7a0fb3905 (patch)
treee0fab9ef1a29ee01a827a3851b0fa44a931641d8 /src/newt/classes
parent6b2571337349eb6eb49ee9b4931d454910800e94 (diff)
NEWT Screen ..: Typos / JNI signature
Diffstat (limited to 'src/newt/classes')
-rw-r--r--src/newt/classes/com/jogamp/newt/Screen.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newt/classes/com/jogamp/newt/Screen.java b/src/newt/classes/com/jogamp/newt/Screen.java
index 9b349b527..cf8145561 100644
--- a/src/newt/classes/com/jogamp/newt/Screen.java
+++ b/src/newt/classes/com/jogamp/newt/Screen.java
@@ -64,7 +64,7 @@ public abstract class Screen {
}
/**
- * Manual trigger the native creation, if it is not done yet..<br>
+ * Manual trigger the native creation, if not done yet..<br>
* This is useful to be able to request the {@link javax.media.nativewindow.AbstractGraphicsScreen}, via
* {@link #getGraphicsScreen()}.<br>
* Otherwise the abstract device won't be available before the dependent component (Window) is realized.