Click to See Complete Forum and Search --> : JButton inherited from one JFrame to a new JFrame


February 23rd, 2000, 09:57 PM
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.

February 24th, 2000, 01:45 PM
disregard last post. I found the answer.