Java Reference
In-Depth Information
}
scene3d.Hposi = new TextureLoader(Hposi, this).getTexture();
try {
Vdiv = new java.net.URL(getCodeBase().toString() + “images/Vdiv.gif”);
} catch (java.net.MalformedURLException ex) {
System.out.println(ex.getMessage());
System.exit(1);
}
scene3d.Vdiv = new TextureLoader(Vdiv, this).getTexture();
try {
Trig = new java.net.URL(getCodeBase().toString() + “images/Trig.gif”);
} catch (java.net.MalformedURLException ex) {
System.out.println(ex.getMessage());
System.exit(1);
}
scene3d.Trig = new TextureLoader(Trig, this).getTexture();
try {
Tdiv = new java.net.URL(getCodeBase().toString() + “images/Tdiv.gif”);
} catch (java.net.MalformedURLException ex) {
System.out.println(ex.getMessage());
System.exit(1);
}
scene3d.Tdiv = new TextureLoader(Tdiv, this).getTexture();
try {
Focus = new java.net.URL(getCodeBase().toString() + “images/Focus.gif”);
} catch (java.net.MalformedURLException ex) {
System.out.println(ex.getMessage());
System.exit(1);
}
scene3d.Focus = new TextureLoader(Focus, this).getTexture();
try {
Intensity = new java.net.URL(getCodeBase().toString() + “images/Intensity.gif”);
} catch (java.net.MalformedURLException ex) {
System.out.println(ex.getMessage());
System.exit(1);
}
scene3d.Intensity = new TextureLoader(Intensity, this).getTexture();
try {
Blank = new java.net.URL(getCodeBase().toString() + “images/Blank.gif”);
} catch (java.net.MalformedURLException ex) {
System.out.println(ex.getMessage());
System.exit(1);
}
scene3d.Blank = new TextureLoader(Blank, this).getTexture();
try {
Cal = new java.net.URL(getCodeBase().toString() + “images/Cal.gif”);
} catch (java.net.MalformedURLException ex) {
System.out.println(ex.getMessage());
System.exit(1);
}
scene3d.Cal = new TextureLoader(Cal, this).getTexture();
try {
Search WWH ::




Custom Search