Example #1
0
 private void updateStackSizeLabel() {
   stackSize.setText(Integer.toString(stack.size()));
 }