☕ Java GUI with Swing

Swing is Java's built-in library for creating window-based applications with buttons, labels, and other UI elements.

🔧 Basic JFrame Example

[Simulation] Output will appear here...
💡 Tip: Use setDefaultCloseOperation to define what happens when you close the window.