示例#1
0
 public int getLimit() {
   return _listbox.getRows() > 0 ? _listbox.getRows() + 5 : 20;
 }