}
public static synchronized void testNumericKeypad(PosScreen pos) {
try {
NumericKeypad numericKeypad = new NumericKeypad(pos);
numericKeypad.setMinus(true);
numericKeypad.setPercent(false);
String results = numericKeypad.openDlg();
} catch (Exception e) {
Debug.logError(e, module);
}
pos.refresh();