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

    JButton inherited from one JFrame to a new JFrame

    I'm having troubles with the syntax to have a Jbutton inherited from one JFrame to another JFrame. The main class has a jframe with several menus at the top. The help menu spawns a new jframe called help that should contain the same jbutton as the main jframe.


  2. #2
    Guest

    Re: JButton inherited from one JFrame to a new JFrame

    disregard last post. I found the answer.


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