Package ui.panel

Class CreateCenterPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class CreateCenterPanel extends JPanel
Center panel of the main window, responsible for displaying visualizations such as spectrum plots and absorption charts. Initially shows a placeholder label until a plot is generated.
Version:
1.0
Author:
Spectrometer Control Software
See Also:
  • Field Details

    • mainWindow

      public MainWindow mainWindow
      Reference to the main window for accessing shared data.
  • Constructor Details

    • CreateCenterPanel

      public CreateCenterPanel(MainWindow mainWindow)
      Constructs the center panel with a placeholder.
      Parameters:
      mainWindow - the parent MainWindow instance