Hi Sun & Java 3D developers & :
Is there a URL that lists the current Java 3D bugs that Sun knows about
and what are being worked on?
I think I've found a bug. According to the doc at
http://java.sun.com/products/jdk/1.2/docs/api/java/awt/GridLayout.html#GridLayou
t(int, int, int, int):
"... In addition, the horizontal and vertical gaps are set to the
specified values. Horizontal gaps are placed at the left and right edges, and
between each of the columns. Vertical gaps are placed at the top and bottom
edges, and between each of the rows. ..."
I set the GridLayout horizontal and vertical values via:
controls = new JPanel ( new GridLayout ( 0, 1 , 50, 50 ) );
but they are not placed as the doc has said. I've attached a JPG
snapshot of the result.
If this is a bug in my head, I would appreciate someone educating me on
what I am doing wrong (:
Thanks,
Mona
==================================================================
Mona Wong
National Center for Microscopy and Imaging Research
University of California, San Diego
http://ncmir.ucsd.edu/
"The truth shall set you free, but first it will piss you off"
A Landmark instructor
==================================================================
GridLayout.jpg