Package ui.panel

Class CreateLeftPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class CreateLeftPanel extends JPanel
Left panel of the main window containing the list of measurements. Supports single selection, double-click to view details, and DELETE key to remove selected measurements.
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

    • CreateLeftPanel

      public CreateLeftPanel(MainWindow mainWindow)
      Constructs the left panel with the measurement list.
      Parameters:
      mainWindow - the parent MainWindow instance