341342343344345346347348349350351
TreeHelp help = new TreeHelp(thisBootGui, "Boot Help", "help/BOOTGUI.html"); // must insert the listener for the close action help.setVisible(true); help.requestFocus(); } } }); buttonPanel.add(helpB); topPanel.add(buttonPanel);