comparison src/org/tn5250j/framework/tn5250/ScreenFields.java @ 69:294435151b0c tn5250

use 5250 encryption config entry
author Carl Byington <carl@five-ten-sg.com>
date Fri, 13 Jun 2014 19:06:01 -0700
parents e8d2a24e85c6
children 77ac18bc1b2f
comparison
equal deleted inserted replaced
68:cc7e3588a0f3 69:294435151b0c
425 425
426 } 426 }
427 427
428 public void gotoFieldNext() { 428 public void gotoFieldNext() {
429 429
430 // sanity check - we where getting null pointers after a restore of screen 430 // sanity check - we were getting null pointers after a restore of screen
431 // and cursor was not positioned on a field when returned 431 // and cursor was not positioned on a field when returned
432 // *** Note *** to myself 432 // *** Note *** to myself
433 // maybe this is fixed I will have to check this some time 433 // maybe this is fixed I will have to check this some time
434 int lastPos = screen.getLastPos(); 434 int lastPos = screen.getLastPos();
435 435