comparison src/org/tn5250j/framework/tn5250/ScreenPlanes.java @ 123:446dbcf606eb

add more 5250 config items; ignore drawing outside the screen
author Carl Byington <carl@five-ten-sg.com>
date Thu, 19 Jun 2014 08:28:23 -0700
parents 77ac18bc1b2f
children
comparison
equal deleted inserted replaced
122:52b1d0ee27b1 123:446dbcf606eb
25 */ 25 */
26 package org.tn5250j.framework.tn5250; 26 package org.tn5250j.framework.tn5250;
27 27
28 import static org.tn5250j.TN5250jConstants.*; 28 import static org.tn5250j.TN5250jConstants.*;
29 29
30 import java.util.Properties;
31
32 public class ScreenPlanes { 30 public class ScreenPlanes {
33 31
34 private final Screen5250 scr; 32 private final Screen5250 scr;
35 private int screenSize; 33 private int screenSize;
36 private int numRows; 34 private int numRows;