comparison src/org/tn5250j/framework/tn5250/Screen5250.java @ 10:e773d0952613 tn5250

adding tn5250 files
author Carl Byington <carl@five-ten-sg.com>
date Thu, 22 May 2014 16:11:14 -0700
parents 3248b46f3973
children 5949eb469a79
comparison
equal deleted inserted replaced
9:731e70088af0 10:e773d0952613
496 while (planes.getWhichGUI(pos--) != BUTTON_LEFT_EB) 496 while (planes.getWhichGUI(pos--) != BUTTON_LEFT_EB)
497 ; 497 ;
498 while (planes.getWhichGUI(pos++) != BUTTON_RIGHT_EB) { 498 while (planes.getWhichGUI(pos++) != BUTTON_RIGHT_EB) {
499 eb.append(planes.getChar(pos)); 499 eb.append(planes.getChar(pos));
500 } 500 }
501 org.tn5250j.tools.system.OperatingSystem.displayURL(eb 501 sessionVT.showURL(eb.toString());
502 .toString());
503 // take out the log statement when we are sure it is 502 // take out the log statement when we are sure it is
504 // working 503 // working
505 log.info("Send to external Browser: " + eb.toString()); 504 log.info("Send to external Browser: " + eb.toString());
506 break; 505 break;
507 506