Bill,
The display now comes up, but the data is garbage. I'm trying to
display a matrix of values ranging from 128x128. In some instances the
first 100 rows are total garbage and the last 28 are displayed with the
correct colors, but the values are messed up. In other cases the first
100 rows don't show up at all. It kinda looks like the entire field is
being compressed to the last 28 rows. Also, the Test61 example spits
out the following error:
Exception in thread "main" java.lang.NoClassDefFoundError:
javax/media/j3d/GeometryArray
at Test61.setupServerDisplays(Test61.java:57)
at TestSkeleton.startThreads(TestSkeleton.java:331)
at TestSkeleton.<init>(TestSkeleton.java:54)
at UISkeleton.<init>(UISkeleton.java:47)
at Test61.<init>(Test61.java:45)
at Test61.main(Test61.java:188)
which I assume is associated with the Java3d package (which I did not
install on the machine, and as far as I can tell is not available for
the MacOS operating system).
-Ken