| | |
| | | TextCaptionBxArea area; |
| | | DisplayStyleFactory.DisplayStyle[] styles = DisplayStyleFactory.getStyles().toArray(new DisplayStyleFactory.DisplayStyle[0]); |
| | | private Set<Integer> workNos = new HashSet<>(); |
| | | private boolean resetStatus = false; // 复位状态 |
| | | // private boolean resetStatus = false; // 复位状态 |
| | | |
| | | // 显示器 |
| | | private StringBuffer stringBuffer = new StringBuffer(); |
| | |
| | | } |
| | | stringBuffer.delete(0, stringBuffer.length()); |
| | | stringBuffer.append(sb.toString()); |
| | | resetStatus = false; |
| | | // resetStatus = false; |
| | | } |
| | | |
| | | private void reset() throws Bx5GException { |
| | | if (!resetStatus) { |
| | | // if (!resetStatus) { |
| | | // pf = new ProgramBxFile( 0, screen.getProfile()); |
| | | // pf.setFrameShow(false); |
| | | // // 分别输入X,Y,width,height |
| | |
| | | // screen.writeProgram(pf); |
| | | |
| | | stringBuffer.delete(0, stringBuffer.length()); |
| | | resetStatus = true; |
| | | } |
| | | // resetStatus = true; |
| | | // } |
| | | } |
| | | |
| | | |