Package view

Class HallOfFame

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

public class HallOfFame extends JDialog
Implements a dialog to show Database query records.
See Also:
  • Constructor Details

    • HallOfFame

      public HallOfFame(ArrayList<DBRecord> records, JFrame parent)
      Constructs a new Hall of Fame JDialog instance
      Parameters:
      records - the records we want to show in an ArrayList
      parent - the parent frame of the dialog