Multiple choice Which is not a GUI component? String Button Menu Combo box Reveal answer Fill a bubble to check yourself A Correct answer Explanation A String is a data type representing text, not a GUI component. Buttons, Menus, and Combo boxes are standard GUI components in Java Swing/AWT.