Expand/Collapse Widget Examples

Widget 1: Simple Text

This is the content that will be revealed when the widget is expanded. It's a simple paragraph of text to demonstrate the functionality.

Widget 2: List Items

More details can be added here within the expandable section.

Widget 3: Formatted Content

A Subheading

This section contains more structured content, including headings and paragraphs, all hidden by default.

        
import java.util.Scanner;

public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World!");
    }
}