JOGL
v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
Issue344Test2.java
Go to the documentation of this file.
1
package
com.jogamp.opengl.test.bugs;
2
3
public
class
Issue344Test2
extends
Issue344Base
{
4
protected
String
getText
() {
5
// test 2 - unicode hangs program with a large font & long string
6
return
"\u201Cabcdefghijklmnopqrstuvwxyz\u201D"
;
7
}
8
9
public
static
void
main
(
final
String[] args) {
10
new
Issue344Test2
().
run
(args);
11
}
12
}
com.jogamp.opengl.test.bugs.Issue344Base
Test Code adapted from TextCube.java (in JOGL demos)
Definition:
Issue344Base.java:27
com.jogamp.opengl.test.bugs.Issue344Base.run
void run(final String[] args)
Definition:
Issue344Base.java:42
com.jogamp.opengl.test.bugs.Issue344Test2
Definition:
Issue344Test2.java:3
com.jogamp.opengl.test.bugs.Issue344Test2.getText
String getText()
Definition:
Issue344Test2.java:4
com.jogamp.opengl.test.bugs.Issue344Test2.main
static void main(final String[] args)
Definition:
Issue344Test2.java:9
src
test
com
jogamp
opengl
test
bugs
Issue344Test2.java
Generated by
1.9.4