Java Reference
In-Depth Information
System.exit(1);
}
scene3d.Picture01 = new TextureLoader(Picture01, this).getTexture();
try {
Picture02 = new java.net.URL(getCodeBase().toString() + “images/Picture02.jpg”);
} catch (java.net.MalformedURLException ex) {
System.out.println(ex.getMessage());
System.exit(1);
}
scene3d.Picture02 = new TextureLoader(Picture02, this).getTexture();
try {
Picture03 = new java.net.URL(getCodeBase().toString() + “images/Picture03.jpg”);
} catch (java.net.MalformedURLException ex) {
System.out.println(ex.getMessage());
System.exit(1);
}
scene3d.Picture03 = new TextureLoader(Picture03, this).getTexture();
try {
Picture04 = new java.net.URL(getCodeBase().toString() + “images/Picture04.jpg”);
} catch (java.net.MalformedURLException ex) {
System.out.println(ex.getMessage());
System.exit(1);
}
scene3d.Picture04 = new TextureLoader(Picture04, this).getTexture();
try {
Vlabposter01 = new java.net.URL(getCodeBase().toString() + “images/Vlabposter01.jpg”);
} catch (java.net.MalformedURLException ex) {
System.out.println(ex.getMessage());
System.exit(1);
}
scene3d.Vlabposter01 = new TextureLoader(Vlabposter01, this).getTexture();
try {
Vlabposter02 = new java.net.URL(getCodeBase().toString() + “images/Vlabposter02.jpg”);
} catch (java.net.MalformedURLException ex) {
System.out.println(ex.getMessage());
System.exit(1);
}
scene3d.Vlabposter02 = new TextureLoader(Vlabposter02, this).getTexture();
try {
Vlabname = new java.net.URL(getCodeBase().toString() + “images/Vlabname.gif”);
} catch (java.net.MalformedURLException ex) {
System.out.println(ex.getMessage());
System.exit(1);
}
scene3d.Vlabname = new TextureLoader(Vlabname, this).getTexture();
try {
C = new java.net.URL(getCodeBase().toString() + “images/c.gif”);
} catch (java.net.MalformedURLException ex) {
System.out.println(ex.getMessage());
System.exit(1);
}
scene3d.C = new TextureLoader(C, this).getTexture();
Search WWH ::




Custom Search