Give two short exam questions (and solutions) about your topic.
Question #1: What component do you need to have in your GUI in order to add buttons?
Solution #1: JPanel
Question #2: Name the four different types of dialog boxes and their uses.
Solution #2: Confirm Dialog - asks a confirming question, Input dialog, prompts the user for some input
Message Dialog - tell the user about something that has happened, Option Dialog - a mix of the others.
You may want to include a reference list of helpful resources.