The Java 3D Frequently Asked Questions list for Monday April 2 2001
This is a posting of topics covered in the Java 3D FAQ. The answers
to these questions are kept at:
http://www.j3d.org/faq
Please consult this list and the web site before asking questions on the
mailing list.
If ther
Hi all,
I've created an Appearance object from a Texture2D object. I've set the
transparency attributes of the appearance also. But, when I change the alpha
value, it doesn't have any effect on the appearance. Anyone got any ideas
why the transparency doesn't change? Is it just not possible with
Probably something to do with the setMaximum/Prefered or Minimum size of
the JPanel. You could try overridding the method when you create the JPanel
or in the class if you've extended JPanel.
-John-
"K.R.Karthikeyan" wrote:
Hi, I
am having a JPanel which contains a JSplitpane.In
the JSplitpane
Hi,
I am having a JPanel which contains a
JSplitpane.
In the JSplitpane i added one JPanel and One
Canvas.
Now i am not able to resize the Canvas using the
devider.
( Note: I can maximize the size of the Canvas, not
able to
minimize )
I attached the image also here.
Any Comments wi