java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
cmpt213.assignment4.packagedeliveries.client.view.screens.MainScreenLeft
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class MainScreenLeft extends JPanel
See Also:
  • Constructor Details

    • MainScreenLeft

      public MainScreenLeft(ActionListener al)
      Constructor for the Left side of the main screen. Sets look and feel, as well as initializes fields.
      Parameters:
      al - Action listner that the ADD PACKAGE button will add.