comparison src/org/tn5250j/framework/tn5250/Screen5250.java @ 70:c56032728742 tn5250

use 5250 encryption config entry
author Carl Byington <carl@five-ten-sg.com>
date Fri, 13 Jun 2014 19:07:34 -0700
parents 294435151b0c
children bf01d1eec5c6
comparison
equal deleted inserted replaced
69:294435151b0c 70:c56032728742
2705 * 2705 *
2706 * @param f - 2706 * @param f -
2707 * numeric field number on the screen 2707 * numeric field number on the screen
2708 * @return true or false whether it was sucessful 2708 * @return true or false whether it was sucessful
2709 */ 2709 */
2710 public boolean gotoField(int f) {
2711 public boolean gotoField(int f) { 2710 public boolean gotoField(int f) {
2712 2711
2713 int sizeFields = screenFields.getSize(); 2712 int sizeFields = screenFields.getSize();
2714 2713
2715 if (f > sizeFields || f <= 0) 2714 if (f > sizeFields || f <= 0)