Menu

java3d in a JInternalFrame

Van Woods
2001-07-13
2001-07-18
  • Van Woods

    Van Woods - 2001-07-13

    Simple question, are there any problems with instantiating a java3d window in a JInternalFrame?

     
    • Tim Dwyer

      Tim Dwyer - 2001-07-18

      Sorry for the slow reply I only just found this forum!

      Yes, I believe that the heavy weight (AWT) Java3D canvas doesn't play nice with the lightweight (Swing) JInternalFrame.  In other words you get problems such as the 3D Canvas being left behind when you move or resize the window.  See: http://www.j3d.org/faq/swing.html for details.

       
      • Van Woods

        Van Woods - 2001-07-18

        Thx...sorry for the very general question (that I should have remembered :).

         

Log in to post a comment.