Package mastermind.gui.panels
Class Help
java.lang.Object
mastermind.gui.panels.Help
Help class that displays the help button and the help popup.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
drawHelpButton
(JFrame frame) Draws the help button on the frame.static void
Registers the help button action listeners.
-
Method Details
-
drawHelpButton
Draws the help button on the frame.- Parameters:
frame
- the frame to draw the help button on
-
registerHelpHandlers
public static void registerHelpHandlers()Registers the help button action listeners.
-