totalNumReadsLabel = new javax.swing.JLabel();
totalNumDropsLabel = new javax.swing.JLabel();
totalNumWritesValueLabel = new javax.swing.JLabel();
totalNumReadsValueLabel = new javax.swing.JLabel();
totalNumDropsValueLabel = new javax.swing.JLabel();
queueOccupancyPkts = new AreaGraphPanel("Queue Occupancy (pkts)", "Num Packets in Queue", "time (ms)", "Queue Occupancy", 5000);
queueOccupancyBytes = new AreaGraphPanel("Queue Occupancy (bytes)", "Num Bytes in Queue", "time (ms)", "Queue Occupancy", 5000);
totalNumWritesLabel.setText("Total number of packet write events:");
totalNumReadsLabel.setText("Total number of packet read events:");