CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: JFrame

  1. #1
    Join Date
    Jun 1999
    Posts
    2

    JFrame

    HI,

    I want to add a JFrame to JApplet, but it is giving me a exception IIlegalArgumentException: window is added to a container... can someone help me?

    Thanks in advance..




  2. #2
    Join Date
    May 1999
    Location
    Pune, MH, India.
    Posts
    453

    Re: JFrame

    Why u want to do that?

    In such cases I normally create the whole UI in a JPanel. And then I can add it in JFrame as well as JApplet.



    - UnicMan
    http://members.tripod.com/unicman

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured