From f725e45adebfecef7c91b27b2eb3ff69d2399e2a Mon Sep 17 00:00:00 2001
From: Sven Gothel
* An already existing display connection of the same name
will be reused.
* null
for default.
* @return the new or reused Display instance
*/
public static Display createDisplay(String name) {
@@ -108,7 +109,8 @@ public class NewtFactory {
* An already existing display connection of the same name
will be reused
* if reuse
is true
, otherwise a new instance is being created.
*
null
for default.
* @param reuse attempt to reuse an existing Display with same name
if set true, otherwise create a new instance.
* @return the new or reused Display instance
*/
@@ -125,7 +127,8 @@ public class NewtFactory {
* An already existing display connection of the same name
will be reused.
*
* @param type explicit NativeWindow type eg. {@link NativeWindowFactory#TYPE_AWT}
- * @param name the display connection name
+ * @param name the display connection name which is a technical platform specific detail,
+ * see {@link AbstractGraphicsDevice#getConnection()}. Use null
for default.
* @return the new or reused Display instance
*/
public static Display createDisplay(String type, String name) {
@@ -142,7 +145,8 @@ public class NewtFactory {
* if reuse
is true
, otherwise a new instance is being created.
*
* @param type explicit NativeWindow type eg. {@link NativeWindowFactory#TYPE_AWT}
- * @param name the display connection name
+ * @param name the display connection name which is a technical platform specific detail,
+ * see {@link AbstractGraphicsDevice#getConnection()}. Use null
for default.
* @param reuse attempt to reuse an existing Display with same name
if set true, otherwise create a new instance.
* @return the new or reused Display instance
*/
--
cgit v1.2.3