CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Posts
    3

    Panel in Java1.1

    Hi all
    How Can I dynamically change the Panel, Whenever click my button Event ?


  2. #2
    Guest

    Re: Panel in Java1.1

    You can change panels dynamically on action events.
    Use java.awt.Container API
    container.add(Component panel1)
    container.remove(Component panel2)


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