Ejemplo n.º 1
0
 /** Displays an input dialog box where the user should specify a goods transfer amount. */
 private int getAmount(GoodsType goodsType, int available, int defaultAmount, boolean needToPay) {
   return gui.showSelectAmountDialog(goodsType, available, defaultAmount, needToPay);
 }