Class SampleSelection

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class SampleSelection
extends JDialog
Class which allows the selection of the right identification.
Author:
Marc Vaudel
See Also:
Serialized Form
  • Constructor Details

    • SampleSelection

      public SampleSelection​(Frame parent, boolean modal, String[] samples, String title)
      Constructor.
      Parameters:
      parent - The parent frame
      modal - Modal or not
      samples - the samples available
      title - the title to search for
  • Method Details

    • getChoice

      public String getChoice()
      Getter for the users choice.
      Returns:
      the users choice