abstractpublic class InventoryChart extends JPanel(Code)
The InventoryChart class is the base class for all Inventory
charts displayed in the GUI. It contains all the shared
behavior of all charts in the GUI.
paintNowBar creates a horizontal line on any chart given a now time. This was needed by multiple charts
in LAT. Rather than copy it to several places the base chart was the best place where it belonged - here.
It is a NO-OP here as it is not called in albbn and getNowTime() always is less than 0.
Parameters: g - - A Graphics Context.