Class BackdropWizardPanel_01

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class BackdropWizardPanel_01 extends JPanel
Panel shown as the first step of the Backdrop Image generator wizard.

This Swing panel provides an introduction and guidance for generating backdrop images for a Jellyfin instance. It is intended to be embedded in a wizard dialog and contains only static instructional labels and branding.

Usage: this panel is typically instantiated and displayed by BackdropGeneratorWizard as the initial wizard step.

Since:
1.0
Author:
Cesar Bianchi
See Also:
  • Field Details

    • jLabel2

      public JLabel jLabel2
    • jLabel3

      public JLabel jLabel3
    • jLabel4

      public JLabel jLabel4
    • jLabel5

      public JLabel jLabel5
  • Constructor Details

    • BackdropWizardPanel_01

      public BackdropWizardPanel_01()
      Creates a new instance of the panel and initializes Swing components.

      The UI is constructed by the NetBeans Form Editor; this constructor delegates component creation to initComponents().

      Since:
      1.0