/**
 * We see another kind of interface now - a user interface.
 * We also see the nature of a tool we will use in this @WebDocuments({"Lectures/Ui.pptx", "Lectures/Ui.pdf", "Videos/Ui.avi"})
class
 * to support user-interfaces.
 * 
 * Visit the following classes for this praxis in this order:
 * ManualConsoleBMISpreadsheetUI
 * AutoBMISpreadsheetGUI
 * AUIBMISpreadsheet 
 *   
 */

package lectures.ui;
import util.annotations.WebDocuments;