Multiple choice

Assuming that 'MS-Windows' is created in Java, the 'Display' option of Control Panel must have been created using ________.

  1. Table

  2. Card Layout

  3. Tabbed Pane

  4. Scroll Pane

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

JTabbedPane (Tabbed Pane) is the appropriate Java Swing component for creating a tabbed interface like the Windows Control Panel Display option. Each category (Display, Sound, Network, etc.) would be a separate tab, allowing users to navigate between different settings panels.