From 5ac8b22022c4c7401d1df4366da51a882dd4cbcc Mon Sep 17 00:00:00 2001 From: jada Date: Fri, 3 Mar 2006 22:02:03 +0000 Subject: 1) Updated README-build.html 2) Updated TickTockPicking to use JFrame instead of MainFrame. 3) Removed apimage.jpg and updated programs to stone.jpg instead of apimage.jpg. 4) Modified Dot3Demo to use a compressed image. --- .../org/jdesktop/j3d/examples/appearance/AppearanceMixed.java | 8 ++++---- .../org/jdesktop/j3d/examples/appearance/AppearanceTest.java | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/classes/org/jdesktop/j3d/examples/appearance') diff --git a/src/classes/org/jdesktop/j3d/examples/appearance/AppearanceMixed.java b/src/classes/org/jdesktop/j3d/examples/appearance/AppearanceMixed.java index b6f76c1..598f5cb 100644 --- a/src/classes/org/jdesktop/j3d/examples/appearance/AppearanceMixed.java +++ b/src/classes/org/jdesktop/j3d/examples/appearance/AppearanceMixed.java @@ -451,7 +451,7 @@ public class AppearanceMixed extends javax.swing.JFrame { } /** - * Creates new form AppearanceTest + * Creates new form AppearanceMixed */ public AppearanceMixed() { @@ -466,9 +466,9 @@ public class AppearanceMixed extends javax.swing.JFrame { if (texImage == null) { // the path to the image for an applet - texImage = Resources.getResource("resources/images/apimage.jpg"); + texImage = Resources.getResource("resources/images/stone.jpg"); if (texImage == null) { - System.err.println("resources/images/apimage.jpg not found"); + System.err.println("resources/images/stone.jpg not found"); System.exit(1); } } @@ -497,7 +497,7 @@ public class AppearanceMixed extends javax.swing.JFrame { drawingPanel = new javax.swing.JPanel(); setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE); - setTitle("AppearanceTest"); + setTitle("AppearanceMixed"); drawingPanel.setLayout(new java.awt.BorderLayout()); drawingPanel.setPreferredSize(new java.awt.Dimension(700, 700)); diff --git a/src/classes/org/jdesktop/j3d/examples/appearance/AppearanceTest.java b/src/classes/org/jdesktop/j3d/examples/appearance/AppearanceTest.java index f53c24d..fa25921 100644 --- a/src/classes/org/jdesktop/j3d/examples/appearance/AppearanceTest.java +++ b/src/classes/org/jdesktop/j3d/examples/appearance/AppearanceTest.java @@ -339,9 +339,9 @@ public class AppearanceTest extends javax.swing.JFrame { if (texImage == null) { // the path to the image for an applet - texImage = Resources.getResource("resources/images/apimage.jpg"); + texImage = Resources.getResource("resources/images/stone.jpg"); if (texImage == null) { - System.err.println("resources/images/apimage.jpg not found"); + System.err.println("resources/images/stone.jpg not found"); System.exit(1); } } -- cgit v1.2.3