125126127128129130131132133134135
+ "NumArcs") + ":"); arcLabel.setFont(ITEMS_FONT); statistics.add(arcLabel); count = new JLabel((int) request.calculateA() + "", JLabel.RIGHT); count.setFont(ITEMS_FONT); statistics.add(count); this.add(statistics, BorderLayout.CENTER);