bugged stringlengths 6 599k | fixed stringlengths 6 40.8M | __index_level_0__ int64 0 3.24M |
|---|---|---|
public boolean moveCursor(MouseEvent e, int pos) { if (!oia.isKeyBoardLocked()) { if (pos < 0) return false; // because getRowColFromPoint returns offset of 1,1 we need to // translate to offset 0,0 // pos -= (numCols + 1); int g = planes.getWhichGUI(pos); // lets check for hot spots ... | public boolean moveCursor(MouseEvent e, int pos) { if (!oia.isKeyBoardLocked()) { if (pos < 0) return false; // because getRowColFromPoint returns offset of 1,1 we need to // translate to offset 0,0 // pos -= (numCols + 1); int g = planes.getWhichGUI(pos); // lets check for hot spots ... | 5,775 |
public boolean moveCursor(MouseEvent e, int pos) { if (!oia.isKeyBoardLocked()) { if (pos < 0) return false; // because getRowColFromPoint returns offset of 1,1 we need to // translate to offset 0,0 // pos -= (numCols + 1); int g = planes.getWhichGUI(pos); // lets check for hot spots ... | public boolean moveCursor(MouseEvent e, int pos) { if (!oia.isKeyBoardLocked()) { if (pos < 0) return false; // because getRowColFromPoint returns offset of 1,1 we need to // translate to offset 0,0 // pos -= (numCols + 1); int g = planes.getWhichGUI(pos); // lets check for hot spots ... | 5,776 |
public boolean moveCursor(MouseEvent e, int pos) { if (!oia.isKeyBoardLocked()) { if (pos < 0) return false; // because getRowColFromPoint returns offset of 1,1 we need to // translate to offset 0,0 // pos -= (numCols + 1); int g = planes.getWhichGUI(pos); // lets check for hot spots ... | public boolean moveCursor(MouseEvent e, int pos) { if (!oia.isKeyBoardLocked()) { if (pos < 0) return false; // because getRowColFromPoint returns offset of 1,1 we need to // translate to offset 0,0 // pos -= (numCols + 1); int g = planes.getWhichGUI(pos); // lets check for hot spots ... | 5,777 |
public boolean moveCursor(MouseEvent e, int pos) { if (!oia.isKeyBoardLocked()) { if (pos < 0) return false; // because getRowColFromPoint returns offset of 1,1 we need to // translate to offset 0,0 // pos -= (numCols + 1); int g = planes.getWhichGUI(pos); // lets check for hot spots ... | public boolean moveCursor(MouseEvent e, int pos) { if (!oia.isKeyBoardLocked()) { if (pos < 0) return false; // because getRowColFromPoint returns offset of 1,1 we need to // translate to offset 0,0 // pos -= (numCols + 1); int g = planes.getWhichGUI(pos); // lets check for hot spots ... | 5,778 |
public boolean moveCursor(MouseEvent e, int pos) { if (!oia.isKeyBoardLocked()) { if (pos < 0) return false; // because getRowColFromPoint returns offset of 1,1 we need to // translate to offset 0,0 // pos -= (numCols + 1); int g = planes.getWhichGUI(pos); // lets check for hot spots ... | public boolean moveCursor(MouseEvent e, int pos) { if (!oia.isKeyBoardLocked()) { if (pos < 0) return false; // because getRowColFromPoint returns offset of 1,1 we need to // translate to offset 0,0 // pos -= (numCols + 1); int g = planes.getWhichGUI(pos); // lets check for hot spots ... | 5,779 |
public boolean moveCursor(MouseEvent e, int pos) { if (!oia.isKeyBoardLocked()) { if (pos < 0) return false; // because getRowColFromPoint returns offset of 1,1 we need to // translate to offset 0,0 // pos -= (numCols + 1); int g = planes.getWhichGUI(pos); // lets check for hot spots ... | public boolean moveCursor(MouseEvent e, int pos) { if (!oia.isKeyBoardLocked()) { if (pos < 0) return false; // because getRowColFromPoint returns offset of 1,1 we need to // translate to offset 0,0 // pos -= (numCols + 1); int g = planes.getWhichGUI(pos); // lets check for hot spots ... | 5,780 |
public final void pasteMe(boolean special) { setCursorActive(false); Clipboard cb = Toolkit.getDefaultToolkit().getSystemClipboard(); Transferable content = cb.getContents(this); try { StringBuffer sb = new StringBuffer((String) content .getTransferData(DataFlavor.stringFlavor)); StringBuffer pd = new Stri... | public final void pasteMe(boolean special) { setCursorActive(false); Clipboard cb = Toolkit.getDefaultToolkit().getSystemClipboard(); Transferable content = cb.getContents(this); try { StringBuffer sb = new StringBuffer((String) content .getTransferData(DataFlavor.stringFlavor)); StringBuffer pd = new Stri... | 5,781 |
public final void pasteMe(boolean special) { setCursorActive(false); Clipboard cb = Toolkit.getDefaultToolkit().getSystemClipboard(); Transferable content = cb.getContents(this); try { StringBuffer sb = new StringBuffer((String) content .getTransferData(DataFlavor.stringFlavor)); StringBuffer pd = new Stri... | public final void pasteMe(boolean special) { setCursorActive(false); Clipboard cb = Toolkit.getDefaultToolkit().getSystemClipboard(); Transferable content = cb.getContents(this); try { StringBuffer sb = new StringBuffer((String) content .getTransferData(DataFlavor.stringFlavor)); StringBuffer pd = new Stri... | 5,782 |
private void process_XY(int pos) { if (pos < 0) pos = lenScreen + pos; if (pos > lenScreen - 1) pos = pos - lenScreen; // if there was a field exit error then we need to treat the movement // of the cursor in a special way that equals that of Client Access. // If the cursor is moved from the field then we... | private void process_XY(int pos) { if (pos < 0) pos = lenScreen + pos; if (pos > lenScreen - 1) pos = pos - lenScreen; // if there was a field exit error then we need to treat the movement // of the cursor in a special way that equals that of Client Access. // If the cursor is moved from the field then we... | 5,784 |
public void removeScreenListener(ScreenListener listener) { if (listeners == null) { return; } listeners.removeElement(listener); } | public void removeScreenListener(ScreenListener listener) { if (listeners == null) { return; } listeners.removeElement(listener); } | 5,786 |
public void repaintScreen() { setCursorOff(); dirtyScreen.setBounds(0,lenScreen - 1,0,0); updateDirty(); // restore statuses that were on the screen before resize if (oia.getLevel() == ScreenOIA.OIA_LEVEL_INPUT_ERROR) { oia.setInputInhibited(ScreenOIA.INPUTINHIBITED_SYSTEM_WAIT, ScreenO... | public void repaintScreen() { setCursorOff(); dirtyScreen.setBounds(0,lenScreen - 1,0,0); updateDirty(); // restore statuses that were on the screen before resize if (oia.getLevel() == ScreenOIA.OIA_LEVEL_INPUT_ERROR) { oia.setInputInhibited(ScreenOIA.INPUTINHIBITED_SYSTEM_WAIT, ScreenO... | 5,787 |
public void repaintScreen() { setCursorOff(); dirtyScreen.setBounds(0,lenScreen - 1,0,0); updateDirty(); // restore statuses that were on the screen before resize if (oia.getLevel() == ScreenOIA.OIA_LEVEL_INPUT_ERROR) { oia.setInputInhibited(ScreenOIA.INPUTINHIBITED_SYSTEM_WAIT, ScreenO... | public void repaintScreen() { setCursorOff(); dirtyScreen.setBounds(0,lenScreen - 1,0,0); updateDirty(); // restore statuses that were on the screen before resize if (oia.getLevel() == ScreenOIA.OIA_LEVEL_INPUT_ERROR) { oia.setInputInhibited(ScreenOIA.INPUTINHIBITED_SYSTEM_WAIT, ScreenO... | 5,788 |
public void repaintScreen() { setCursorOff(); dirtyScreen.setBounds(0,lenScreen - 1,0,0); updateDirty(); // restore statuses that were on the screen before resize if (oia.getLevel() == ScreenOIA.OIA_LEVEL_INPUT_ERROR) { oia.setInputInhibited(ScreenOIA.INPUTINHIBITED_SYSTEM_WAIT, ScreenO... | public void repaintScreen() { setCursorOff(); dirtyScreen.setBounds(0,lenScreen - 1,0,0); updateDirty(); // restore statuses that were on the screen before resize if (oia.getLevel() == ScreenOIA.OIA_LEVEL_INPUT_ERROR) { oia.setInputInhibited(ScreenOIA.INPUTINHIBITED_SYSTEM_WAIT, ScreenO... | 5,789 |
public void repaintScreen() { setCursorOff(); dirtyScreen.setBounds(0,lenScreen - 1,0,0); updateDirty(); // restore statuses that were on the screen before resize if (oia.getLevel() == ScreenOIA.OIA_LEVEL_INPUT_ERROR) { oia.setInputInhibited(ScreenOIA.INPUTINHIBITED_SYSTEM_WAIT, ScreenO... | public void repaintScreen() { setCursorOff(); dirtyScreen.setBounds(0,lenScreen - 1,0,0); updateDirty(); // restore statuses that were on the screen before resize if (oia.getLevel() == ScreenOIA.OIA_LEVEL_INPUT_ERROR) { oia.setInputInhibited(ScreenOIA.INPUTINHIBITED_SYSTEM_WAIT, ScreenO... | 5,790 |
private void resetDirty(int pos) { dirtyScreen.setBounds(pos,pos,0,0); } | private void resetDirty(int pos) { dirtyScreen.setBounds(pos,pos,0,0); } | 5,791 |
protected void restoreErrorLine() { if (planes.isErrorLineSaved()) { planes.restoreErrorLine(); fireScreenChanged(1,planes.getErrorLine()-1,0,planes.getErrorLine()-1,numCols - 1); } } | protected void restoreErrorLine() { if (planes.isErrorLineSaved()) { planes.restoreErrorLine(); fireScreenChanged(1,planes.getErrorLine()-1,0,planes.getErrorLine()-1,numCols - 1); } } | 5,793 |
protected void restoreScreen() { lastAttr = 32; dirtyScreen.setBounds(0,lenScreen - 1,0,0); updateDirty(); } | protected void restoreScreen() { lastAttr = 32; dirtyScreen.setBounds(0,lenScreen - 1,0,0); updateDirty(); } | 5,795 |
private void rightAdjustField(char fill) { int end = endOfField(false); // get the ending position of the first // non blank character in field // get the number of characters to the right int count = screenFields.getCurrentField().endPos() - end; // subtract 1 from count for signed numeric - note for later if (... | private void rightAdjustField(char fill) { int end = endOfField(false); // get the ending position of the first // non blank character in field // get the number of characters to the right int count = screenFields.getCurrentField().endPos() - end; // subtract 1 from count for signed numeric - note for later if (... | 5,796 |
private void rightAdjustField(char fill) { int end = endOfField(false); // get the ending position of the first // non blank character in field // get the number of characters to the right int count = screenFields.getCurrentField().endPos() - end; // subtract 1 from count for signed numeric - note for later if (... | private void rightAdjustField(char fill) { int end = endOfField(false); // get the ending position of the first // non blank character in field // get the number of characters to the right int count = screenFields.getCurrentField().endPos() - end; // subtract 1 from count for signed numeric - note for later if (... | 5,797 |
protected void saveErrorLine() { planes.saveErrorLine(); } | protected void saveErrorLine() { planes.saveErrorLine(); } | 5,799 |
public synchronized void sendKeys(String text) { // if (text == null) { // return; // } this.keybuf.append(text); if (isStatusErrorCode() && !resetRequired) { setCursorActive(false); simulateMnemonic(getMnemonicValue("[reset]")); setCursorActive(true); } if (oia.isKeyBoardLocked()) { i... | public synchronized void sendKeys(String text) { // if (text == null) { // return; // } this.keybuf.append(text); if (isStatusErrorCode() && !resetRequired) { setCursorActive(false); simulateMnemonic(getMnemonicValue("[reset]")); setCursorActive(true); } if (oia.isKeyBoardLocked()) { i... | 5,801 |
public synchronized void sendKeys(String text) { // if (text == null) { // return; // } this.keybuf.append(text); if (isStatusErrorCode() && !resetRequired) { setCursorActive(false); simulateMnemonic(getMnemonicValue("[reset]")); setCursorActive(true); } if (oia.isKeyBoardLocked()) { i... | public synchronized void sendKeys(String text) { // if (text == null) { // return; // } this.keybuf.append(text); if (isStatusErrorCode() && !resetRequired) { setCursorActive(false); simulateMnemonic(getMnemonicValue("[reset]")); setCursorActive(true); } if (oia.isKeyBoardLocked()) { i... | 5,802 |
public synchronized void sendKeys(String text) { // if (text == null) { // return; // } this.keybuf.append(text); if (isStatusErrorCode() && !resetRequired) { setCursorActive(false); simulateMnemonic(getMnemonicValue("[reset]")); setCursorActive(true); } if (oia.isKeyBoardLocked()) { i... | public synchronized void sendKeys(String text) { // if (text == null) { // return; // } this.keybuf.append(text); if (isStatusErrorCode() && !resetRequired) { setCursorActive(false); simulateMnemonic(getMnemonicValue("[reset]")); setCursorActive(true); } if (oia.isKeyBoardLocked()) { i... | 5,803 |
public synchronized void sendKeys(String text) { // if (text == null) { // return; // } this.keybuf.append(text); if (isStatusErrorCode() && !resetRequired) { setCursorActive(false); simulateMnemonic(getMnemonicValue("[reset]")); setCursorActive(true); } if (oia.isKeyBoardLocked()) { i... | public synchronized void sendKeys(String text) { // if (text == null) { // return; // } this.keybuf.append(text); if (isStatusErrorCode() && !resetRequired) { setCursorActive(false); simulateMnemonic(getMnemonicValue("[reset]")); setCursorActive(true); } if (oia.isKeyBoardLocked()) { i... | 5,804 |
public synchronized void sendKeys(String text) { // if (text == null) { // return; // } this.keybuf.append(text); if (isStatusErrorCode() && !resetRequired) { setCursorActive(false); simulateMnemonic(getMnemonicValue("[reset]")); setCursorActive(true); } if (oia.isKeyBoardLocked()) { i... | public synchronized void sendKeys(String text) { // if (text == null) { // return; // } this.keybuf.append(text); if (isStatusErrorCode() && !resetRequired) { setCursorActive(false); simulateMnemonic(getMnemonicValue("[reset]")); setCursorActive(true); } if (oia.isKeyBoardLocked()) { i... | 5,805 |
public synchronized void sendKeys(String text) { // if (text == null) { // return; // } this.keybuf.append(text); if (isStatusErrorCode() && !resetRequired) { setCursorActive(false); simulateMnemonic(getMnemonicValue("[reset]")); setCursorActive(true); } if (oia.isKeyBoardLocked()) { i... | public synchronized void sendKeys(String text) { // if (text == null) { // return; // } this.keybuf.append(text); if (isStatusErrorCode() && !resetRequired) { setCursorActive(false); simulateMnemonic(getMnemonicValue("[reset]")); setCursorActive(true); } if (oia.isKeyBoardLocked()) { i... | 5,806 |
public synchronized void sendKeys(String text) { // if (text == null) { // return; // } this.keybuf.append(text); if (isStatusErrorCode() && !resetRequired) { setCursorActive(false); simulateMnemonic(getMnemonicValue("[reset]")); setCursorActive(true); } if (oia.isKeyBoardLocked()) { i... | public synchronized void sendKeys(String text) { // if (text == null) { // return; // } this.keybuf.append(text); if (isStatusErrorCode() && !resetRequired) { setCursorActive(false); simulateMnemonic(getMnemonicValue("[reset]")); setCursorActive(true); } if (oia.isKeyBoardLocked()) { i... | 5,807 |
protected void setAttr(int cByte) { lastAttr = cByte; // int sattr = screen[lastPos].getCharAttr(); // System.out.println("changing from " + sattr + " to attr " + lastAttr // + // " at " + (this.getRow(lastPos) + 1) + "," + (this.getCol(lastPos) + // 1)); planes.setScreenCharAnd... | protected void setAttr(int cByte) { lastAttr = cByte; // int sattr = screen[lastPos].getCharAttr(); // System.out.println("changing from " + sattr + " to attr " + lastAttr // + // " at " + (this.getRow(lastPos) + 1) + "," + (this.getCol(lastPos) + // 1)); planes.setScreenCharAnd... | 5,809 |
protected void setAttr(int cByte) { lastAttr = cByte; // int sattr = screen[lastPos].getCharAttr(); // System.out.println("changing from " + sattr + " to attr " + lastAttr // + // " at " + (this.getRow(lastPos) + 1) + "," + (this.getCol(lastPos) + // 1)); planes.setScreenCharAnd... | protected void setAttr(int cByte) { lastAttr = cByte; // int sattr = screen[lastPos].getCharAttr(); // System.out.println("changing from " + sattr + " to attr " + lastAttr // + // " at " + (this.getRow(lastPos) + 1) + "," + (this.getCol(lastPos) + // 1)); planes.setScreenCharAnd... | 5,810 |
protected void setDirty(int pos) { int minr = Math.min(getRow(pos),getRow(dirtyScreen.x)); int minc = Math.min(getCol(pos),getCol(dirtyScreen.x)); int maxr = Math.max(getRow(pos),getRow(dirtyScreen.y)); int maxc = Math.max(getCol(pos),getCol(dirtyScreen.y)); int x1 = getPos(minr,minc); int x2 = get... | protected void setDirty(int pos) { int minr = Math.min(getRow(pos),getRow(dirtyScreen.x)); int minc = Math.min(getCol(pos),getCol(dirtyScreen.x)); int maxr = Math.max(getRow(pos),getRow(dirtyScreen.y)); int maxc = Math.max(getCol(pos),getCol(dirtyScreen.y)); int x1 = getPos(minr,minc); int x2 = get... | 5,817 |
protected void setDirty(int pos) { int minr = Math.min(getRow(pos),getRow(dirtyScreen.x)); int minc = Math.min(getCol(pos),getCol(dirtyScreen.x)); int maxr = Math.max(getRow(pos),getRow(dirtyScreen.y)); int maxc = Math.max(getCol(pos),getCol(dirtyScreen.y)); int x1 = getPos(minr,minc); int x2 = get... | protected void setDirty(int pos) { int minr = Math.min(getRow(pos),getRow(dirtyScreen.x)); int minc = Math.min(getCol(pos),getCol(dirtyScreen.x)); int maxr = Math.max(getRow(pos),getRow(dirtyScreen.y)); int maxc = Math.max(getCol(pos),getCol(dirtyScreen.y)); int x1 = getPos(minr,minc); int x2 = get... | 5,818 |
protected void setDirty(int pos) { int minr = Math.min(getRow(pos),getRow(dirtyScreen.x)); int minc = Math.min(getCol(pos),getCol(dirtyScreen.x)); int maxr = Math.max(getRow(pos),getRow(dirtyScreen.y)); int maxc = Math.max(getCol(pos),getCol(dirtyScreen.y)); int x1 = getPos(minr,minc); int x2 = get... | protected void setDirty(int pos) { int minr = Math.min(getRow(pos),getRow(dirtyScreen.x)); int minc = Math.min(getCol(pos),getCol(dirtyScreen.x)); int maxr = Math.max(getRow(pos),getRow(dirtyScreen.y)); int maxc = Math.max(getCol(pos),getCol(dirtyScreen.y)); int x1 = getPos(minr,minc); int x2 = get... | 5,819 |
protected void setDirty(int pos) { int minr = Math.min(getRow(pos),getRow(dirtyScreen.x)); int minc = Math.min(getCol(pos),getCol(dirtyScreen.x)); int maxr = Math.max(getRow(pos),getRow(dirtyScreen.y)); int maxc = Math.max(getCol(pos),getCol(dirtyScreen.y)); int x1 = getPos(minr,minc); int x2 = get... | protected void setDirty(int pos) { int minr = Math.min(getRow(pos),getRow(dirtyScreen.x)); int minc = Math.min(getCol(pos),getCol(dirtyScreen.x)); int maxr = Math.max(getRow(pos),getRow(dirtyScreen.y)); int maxc = Math.max(getCol(pos),getCol(dirtyScreen.y)); int x1 = getPos(minr,minc); int x2 = get... | 5,820 |
protected void setFieldHighlighted(ScreenField sf) { int pos = sf.startPos(); int x = sf.length; int na = sf.getHighlightedAttr(); while (x-- > 0) { planes.setScreenAttr(pos,na); setDirty(pos++); } fireScreenChanged(1); } | protected void setFieldHighlighted(ScreenField sf) { int pos = sf.startPos(); int x = sf.length; int na = sf.getHighlightedAttr(); while (x-- > 0) { planes.setScreenAttr(pos,na); setDirty(pos++); } fireScreenChanged(1); } | 5,823 |
protected void setFieldHighlighted(ScreenField sf) { int pos = sf.startPos(); int x = sf.length; int na = sf.getHighlightedAttr(); while (x-- > 0) { planes.setScreenAttr(pos,na); setDirty(pos++); } fireScreenChanged(1); } | protected void setFieldHighlighted(ScreenField sf) { int pos = sf.startPos(); int x = sf.length; int na = sf.getHighlightedAttr(); while (x-- > 0) { planes.setScreenAttr(pos,na); setDirty(pos++); } fireScreenChanged(1); } | 5,824 |
protected void setPrehelpState(boolean setErrorCode, boolean lockKeyboard, boolean unlockIfLocked) { statusErrorCode = setErrorCode; if (oia.isKeyBoardLocked() && unlockIfLocked) oia.setKeyBoardLocked(false); else oia.setKeyBoardLocked(lockKeyboard); bufferedKeys = null; oia.setKeysBuffered(false); } | protected void setPrehelpState(boolean setErrorCode, boolean lockKeyboard, boolean unlockIfLocked) { statusErrorCode = setErrorCode; if (oia.isKeyBoardLocked() && unlockIfLocked) oia.setKeyBoardLocked(false); else oia.setKeyBoardLocked(lockKeyboard); bufferedKeys = null; oia.setKeysBuffered(false); } | 5,826 |
protected void setPrehelpState(boolean setErrorCode, boolean lockKeyboard, boolean unlockIfLocked) { statusErrorCode = setErrorCode; if (oia.isKeyBoardLocked() && unlockIfLocked) oia.setKeyBoardLocked(false); else oia.setKeyBoardLocked(lockKeyboard); bufferedKeys = null; oia.setKeysBuffered(false); } | protected void setPrehelpState(boolean setErrorCode, boolean lockKeyboard, boolean unlockIfLocked) { statusErrorCode = setErrorCode; if (oia.isKeyBoardLocked() && unlockIfLocked) oia.setKeyBoardLocked(false); else oia.setKeyBoardLocked(lockKeyboard); bufferedKeys = null; oia.setKeysBuffered(false); } | 5,827 |
public void setResetRequired(boolean reset) { resetRequired = reset; } | public void setResetRequired(boolean reset) { resetRequired = reset; } | 5,829 |
protected final void setRowsCols(int rows, int cols) { int oldRows = numRows; int oldCols = numCols; // default number of rows and columns numRows = rows; numCols = cols; lenScreen = numRows * numCols; planes.setSize(rows); // If they are not the same then we need to inform the listeners that ... | protected final void setRowsCols(int rows, int cols) { int oldRows = numRows; int oldCols = numCols; // default number of rows and columns numRows = rows; numCols = cols; lenScreen = numRows * numCols; planes.setSize(rows); // If they are not the same then we need to inform the listeners that ... | 5,831 |
protected final void setRowsCols(int rows, int cols) { int oldRows = numRows; int oldCols = numCols; // default number of rows and columns numRows = rows; numCols = cols; lenScreen = numRows * numCols; planes.setSize(rows); // If they are not the same then we need to inform the listeners that ... | protected final void setRowsCols(int rows, int cols) { int oldRows = numRows; int oldCols = numCols; // default number of rows and columns numRows = rows; numCols = cols; lenScreen = numRows * numCols; planes.setSize(rows); // If they are not the same then we need to inform the listeners that ... | 5,832 |
protected final void setRowsCols(int rows, int cols) { int oldRows = numRows; int oldCols = numCols; // default number of rows and columns numRows = rows; numCols = cols; lenScreen = numRows * numCols; planes.setSize(rows); // If they are not the same then we need to inform the listeners that ... | protected final void setRowsCols(int rows, int cols) { int oldRows = numRows; int oldCols = numCols; // default number of rows and columns numRows = rows; numCols = cols; lenScreen = numRows * numCols; planes.setSize(rows); // If they are not the same then we need to inform the listeners that ... | 5,833 |
protected synchronized void setScreenData(String text, int location) {// throws OhioException { if (location < 0 || location > lenScreen) { return;// throw new OhioException(sessionVT.getSessionConfiguration(),// OhioScreen5250.class.getNam... | protectedsynchronizedvoidsetScreenData(Stringtext,intlocation){//throwsOhioException{if(location<0||location>lenScreen){return;//thrownewOhioException(sessionVT.getSessionConfiguration(),// OhioScreen5250.class.getName(),"osohio.screen.ohio00300",1);}intpos=location;intl=text.length();booleanupdated=false;booleanfla... | 5,834 |
protected synchronized void setScreenData(String text, int location) {// throws OhioException { if (location < 0 || location > lenScreen) { return;// throw new OhioException(sessionVT.getSessionConfiguration(),// OhioScreen5250.class.getNam... | protected synchronized void setScreenData(String text, int location) {// throws OhioException { if (location < 0 || location > lenScreen) { return;// throw new OhioException(sessionVT.getSessionConfiguration(),// OhioScreen5250.class.getNam... | 5,835 |
protected synchronized void setScreenData(String text, int location) {// throws OhioException { if (location < 0 || location > lenScreen) { return;// throw new OhioException(sessionVT.getSessionConfiguration(),// OhioScreen5250.class.getNam... | protected synchronized void setScreenData(String text, int location) {// throws OhioException { if (location < 0 || location > lenScreen) { return;// throw new OhioException(sessionVT.getSessionConfiguration(),// OhioScreen5250.class.getNam... | 5,836 |
protected synchronized void setScreenData(String text, int location) {// throws OhioException { if (location < 0 || location > lenScreen) { return;// throw new OhioException(sessionVT.getSessionConfiguration(),// OhioScreen5250.class.getNam... | protected synchronized void setScreenData(String text, int location) {// throws OhioException { if (location < 0 || location > lenScreen) { return;// throw new OhioException(sessionVT.getSessionConfiguration(),// OhioScreen5250.class.getNam... | 5,837 |
protected synchronized void setScreenData(String text, int location) {// throws OhioException { if (location < 0 || location > lenScreen) { return;// throw new OhioException(sessionVT.getSessionConfiguration(),// OhioScreen5250.class.getNam... | protected synchronized void setScreenData(String text, int location) {// throws OhioException { if (location < 0 || location > lenScreen) { return;// throw new OhioException(sessionVT.getSessionConfiguration(),// OhioScreen5250.class.getNam... | 5,838 |
protected synchronized void setScreenData(String text, int location) {// throws OhioException { if (location < 0 || location > lenScreen) { return;// throw new OhioException(sessionVT.getSessionConfiguration(),// OhioScreen5250.class.getNam... | protected synchronized void setScreenData(String text, int location) {// throws OhioException { if (location < 0 || location > lenScreen) { return;// throw new OhioException(sessionVT.getSessionConfiguration(),// OhioScreen5250.class.getNam... | 5,839 |
protected synchronized void setScreenData(String text, int location) {// throws OhioException { if (location < 0 || location > lenScreen) { return;// throw new OhioException(sessionVT.getSessionConfiguration(),// OhioScreen5250.class.getNam... | protected synchronized void setScreenData(String text, int location) {// throws OhioException { if (location < 0 || location > lenScreen) { return;// throw new OhioException(sessionVT.getSessionConfiguration(),// OhioScreen5250.class.getNam... | 5,840 |
protected void setStatus(byte attr, byte value, String s) { // set the status area switch (attr) { case STATUS_SYSTEM: if (value == STATUS_VALUE_ON) { oia.setInputInhibited(ScreenOIA.INPUTINHIBITED_SYSTEM_WAIT,ScreenOIA.OIA_LEVEL_INPUT_INHIBITED, s); statusXSystem = true; } else { statu... | protected void setStatus(byte attr, byte value, String s) { // set the status area switch (attr) { case STATUS_SYSTEM: if (value == STATUS_VALUE_ON) { oia.setInputInhibited(ScreenOIA.INPUTINHIBITED_SYSTEM_WAIT,ScreenOIA.OIA_LEVEL_INPUT_INHIBITED, s); statusXSystem = true; } else { statu... | 5,841 |
protected void setStatus(byte attr, byte value, String s) { // set the status area switch (attr) { case STATUS_SYSTEM: if (value == STATUS_VALUE_ON) { oia.setInputInhibited(ScreenOIA.INPUTINHIBITED_SYSTEM_WAIT,ScreenOIA.OIA_LEVEL_INPUT_INHIBITED, s); statusXSystem = true; } else { statu... | protected void setStatus(byte attr, byte value, String s) { // set the status area switch (attr) { case STATUS_SYSTEM: if (value == STATUS_VALUE_ON) { oia.setInputInhibited(ScreenOIA.INPUTINHIBITED_SYSTEM_WAIT,ScreenOIA.OIA_LEVEL_INPUT_INHIBITED, s); statusXSystem = true; } else { statu... | 5,842 |
protected void setStatus(byte attr, byte value, String s) { // set the status area switch (attr) { case STATUS_SYSTEM: if (value == STATUS_VALUE_ON) { oia.setInputInhibited(ScreenOIA.INPUTINHIBITED_SYSTEM_WAIT,ScreenOIA.OIA_LEVEL_INPUT_INHIBITED, s); statusXSystem = true; } else { statu... | protected void setStatus(byte attr, byte value, String s) { // set the status area switch (attr) { case STATUS_SYSTEM: if (value == STATUS_VALUE_ON) { oia.setInputInhibited(ScreenOIA.INPUTINHIBITED_SYSTEM_WAIT,ScreenOIA.OIA_LEVEL_INPUT_INHIBITED, s); statusXSystem = true; } else { statu... | 5,843 |
protected void setStatus(byte attr, byte value, String s) { // set the status area switch (attr) { case STATUS_SYSTEM: if (value == STATUS_VALUE_ON) { oia.setInputInhibited(ScreenOIA.INPUTINHIBITED_SYSTEM_WAIT,ScreenOIA.OIA_LEVEL_INPUT_INHIBITED, s); statusXSystem = true; } else { statu... | protected void setStatus(byte attr, byte value, String s) { // set the status area switch (attr) { case STATUS_SYSTEM: if (value == STATUS_VALUE_ON) { oia.setInputInhibited(ScreenOIA.INPUTINHIBITED_SYSTEM_WAIT,ScreenOIA.OIA_LEVEL_INPUT_INHIBITED, s); statusXSystem = true; } else { statu... | 5,844 |
protected void setStatus(byte attr, byte value, String s) { // set the status area switch (attr) { case STATUS_SYSTEM: if (value == STATUS_VALUE_ON) { oia.setInputInhibited(ScreenOIA.INPUTINHIBITED_SYSTEM_WAIT,ScreenOIA.OIA_LEVEL_INPUT_INHIBITED, s); statusXSystem = true; } else { statu... | protected void setStatus(byte attr, byte value, String s) { // set the status area switch (attr) { case STATUS_SYSTEM: if (value == STATUS_VALUE_ON) { oia.setInputInhibited(ScreenOIA.INPUTINHIBITED_SYSTEM_WAIT,ScreenOIA.OIA_LEVEL_INPUT_INHIBITED, s); statusXSystem = true; } else { statu... | 5,845 |
public void setUseGUIInterface(boolean gui) { guiInterface = gui; } | public void setUseGUIInterface(boolean gui) { guiInterface = gui; } | 5,847 |
private void shiftLeft(int sPos) { int endPos = 0; int pos = sPos; int pPos = sPos; ScreenField sf = screenFields.getCurrentField(); int end; int count; do { end = endOfField(pPos, false); // get the ending position of the // first // non blank character in field count = (end - screenFields.ge... | private void shiftLeft(int sPos) { int endPos = 0; int pos = sPos; int pPos = sPos; ScreenField sf = screenFields.getCurrentField(); int end; int count; do { end = endOfField(pPos, false); // get the ending position of the // first ... | 5,849 |
private void shiftLeft(int sPos) { int endPos = 0; int pos = sPos; int pPos = sPos; ScreenField sf = screenFields.getCurrentField(); int end; int count; do { end = endOfField(pPos, false); // get the ending position of the // first // non blank character in field count = (end - screenFields.ge... | private void shiftLeft(int sPos) { int endPos = 0; int pos = sPos; int pPos = sPos; ScreenField sf = screenFields.getCurrentField(); int end; int count; do { end = endOfField(pPos, false); // get the ending position of the // first // non blank character in field count = (end - screenFields.ge... | 5,850 |
private void shiftLeft(int sPos) { int endPos = 0; int pos = sPos; int pPos = sPos; ScreenField sf = screenFields.getCurrentField(); int end; int count; do { end = endOfField(pPos, false); // get the ending position of the // first // non blank character in field count = (end - screenFields.ge... | private void shiftLeft(int sPos) { int endPos = 0; int pos = sPos; int pPos = sPos; ScreenField sf = screenFields.getCurrentField(); int end; int count; do { end = endOfField(pPos, false); // get the ending position of the // first // non blank character in field count = (end - screenFields.ge... | 5,851 |
private void shiftLeft(int sPos) { int endPos = 0; int pos = sPos; int pPos = sPos; ScreenField sf = screenFields.getCurrentField(); int end; int count; do { end = endOfField(pPos, false); // get the ending position of the // first // non blank character in field count = (end - screenFields.ge... | private void shiftLeft(int sPos) { int endPos = 0; int pos = sPos; int pPos = sPos; ScreenField sf = screenFields.getCurrentField(); int end; int count; do { end = endOfField(pPos, false); // get the ending position of the // first // non blank character in field count = (end - screenFields.ge... | 5,852 |
private void shiftLeft(int sPos) { int endPos = 0; int pos = sPos; int pPos = sPos; ScreenField sf = screenFields.getCurrentField(); int end; int count; do { end = endOfField(pPos, false); // get the ending position of the // first // non blank character in field count = (end - screenFields.ge... | private void shiftLeft(int sPos) { int endPos = 0; int pos = sPos; int pPos = sPos; ScreenField sf = screenFields.getCurrentField(); int end; int count; do { end = endOfField(pPos, false); // get the ending position of the // first // non blank character in field count = (end - screenFields.ge... | 5,853 |
private void shiftLeft(int sPos) { int endPos = 0; int pos = sPos; int pPos = sPos; ScreenField sf = screenFields.getCurrentField(); int end; int count; do { end = endOfField(pPos, false); // get the ending position of the // first // non blank character in field count = (end - screenFields.ge... | private void shiftLeft(int sPos) { int endPos = 0; int pos = sPos; int pPos = sPos; ScreenField sf = screenFields.getCurrentField(); int end; int count; do { end = endOfField(pPos, false); // get the ending position of the // first // non blank character in field count = (end - screenFields.ge... | 5,854 |
protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | 5,857 |
protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | 5,858 |
protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | 5,859 |
protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | 5,860 |
protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | 5,861 |
protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | 5,862 |
protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | 5,863 |
protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | 5,864 |
protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | 5,865 |
protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | 5,866 |
protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | 5,867 |
protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | 5,868 |
protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | 5,869 |
protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | 5,870 |
protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | 5,871 |
protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | 5,872 |
protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | protected boolean simulateKeyStroke(char c) { if (isStatusErrorCode() && !Character.isISOControl(c) && !keyProcessed) { if (resetRequired) return false; else resetError(); } boolean updateField = false; boolean numericError = false; boolean updatePos = false; boolean... | 5,873 |
protected boolean simulateMnemonic(int mnem) { boolean simulated = false; switch (mnem) { case AID_CLEAR: case AID_ENTER: case AID_PF1: case AID_PF2: case AID_PF3: case AID_PF4: case AID_PF5: case AID_PF6: case AID_PF7: case AID_PF8: case AID_PF9: case AID_PF10: case AID_PF11: case AID_PF12: case AID_... | protected boolean simulateMnemonic(int mnem) { boolean simulated = false; switch (mnem) { case AID_CLEAR: case AID_ENTER: case AID_PF1: case AID_PF2: case AID_PF3: case AID_PF4: case AID_PF5: case AID_PF6: case AID_PF7: case AID_PF8: case AID_PF9: case AID_PF10: case AID_PF11: case AID_PF12: case AID_... | 5,875 |
protected boolean simulateMnemonic(int mnem) { boolean simulated = false; switch (mnem) { case AID_CLEAR: case AID_ENTER: case AID_PF1: case AID_PF2: case AID_PF3: case AID_PF4: case AID_PF5: case AID_PF6: case AID_PF7: case AID_PF8: case AID_PF9: case AID_PF10: case AID_PF11: case AID_PF12: case AID_... | protected boolean simulateMnemonic(int mnem) { boolean simulated = false; switch (mnem) { case AID_CLEAR: case AID_ENTER: case AID_PF1: case AID_PF2: case AID_PF3: case AID_PF4: case AID_PF5: case AID_PF6: case AID_PF7: case AID_PF8: case AID_PF9: case AID_PF10: case AID_PF11: case AID_PF12: case AID_... | 5,876 |
protected boolean simulateMnemonic(int mnem) { boolean simulated = false; switch (mnem) { case AID_CLEAR: case AID_ENTER: case AID_PF1: case AID_PF2: case AID_PF3: case AID_PF4: case AID_PF5: case AID_PF6: case AID_PF7: case AID_PF8: case AID_PF9: case AID_PF10: case AID_PF11: case AID_PF12: case AID_... | protected boolean simulateMnemonic(int mnem) { boolean simulated = false; switch (mnem) { case AID_CLEAR: case AID_ENTER: case AID_PF1: case AID_PF2: case AID_PF3: case AID_PF4: case AID_PF5: case AID_PF6: case AID_PF7: case AID_PF8: case AID_PF9: case AID_PF10: case AID_PF11: case AID_PF12: case AID_... | 5,877 |
protected boolean simulateMnemonic(int mnem) { boolean simulated = false; switch (mnem) { case AID_CLEAR: case AID_ENTER: case AID_PF1: case AID_PF2: case AID_PF3: case AID_PF4: case AID_PF5: case AID_PF6: case AID_PF7: case AID_PF8: case AID_PF9: case AID_PF10: case AID_PF11: case AID_PF12: case AID_... | protected boolean simulateMnemonic(int mnem) { boolean simulated = false; switch (mnem) { case AID_CLEAR: case AID_ENTER: case AID_PF1: case AID_PF2: case AID_PF3: case AID_PF4: case AID_PF5: case AID_PF6: case AID_PF7: case AID_PF8: case AID_PF9: case AID_PF10: case AID_PF11: case AID_PF12: case AID_... | 5,878 |
protected boolean simulateMnemonic(int mnem) { boolean simulated = false; switch (mnem) { case AID_CLEAR: case AID_ENTER: case AID_PF1: case AID_PF2: case AID_PF3: case AID_PF4: case AID_PF5: case AID_PF6: case AID_PF7: case AID_PF8: case AID_PF9: case AID_PF10: case AID_PF11: case AID_PF12: case AID_... | protected boolean simulateMnemonic(int mnem) { boolean simulated = false; switch (mnem) { case AID_CLEAR: case AID_ENTER: case AID_PF1: case AID_PF2: case AID_PF3: case AID_PF4: case AID_PF5: case AID_PF6: case AID_PF7: case AID_PF8: case AID_PF9: case AID_PF10: case AID_PF11: case AID_PF12: case AID_... | 5,879 |
protected boolean simulateMnemonic(int mnem) { boolean simulated = false; switch (mnem) { case AID_CLEAR: case AID_ENTER: case AID_PF1: case AID_PF2: case AID_PF3: case AID_PF4: case AID_PF5: case AID_PF6: case AID_PF7: case AID_PF8: case AID_PF9: case AID_PF10: case AID_PF11: case AID_PF12: case AID_... | protected boolean simulateMnemonic(int mnem) { boolean simulated = false; switch (mnem) { case AID_CLEAR: case AID_ENTER: case AID_PF1: case AID_PF2: case AID_PF3: case AID_PF4: case AID_PF5: case AID_PF6: case AID_PF7: case AID_PF8: case AID_PF9: case AID_PF10: case AID_PF11: case AID_PF12: case AID_... | 5,880 |
public final Vector sumThem(boolean which, Rectangle area) { StringBuffer s = new StringBuffer(); workR.setBounds(area); // gui.rubberband.reset(); // gui.repaint(); log.debug("Summing"); // obtain the decimal format for parsing DecimalFormat df = (DecimalFormat) NumberFormat.getInstance(); Decim... | public final Vector sumThem(boolean which, Rectangle area) { StringBuffer s = new StringBuffer(); workR.setBounds(area); // gui.rubberband.reset(); // gui.repaint(); log.debug("Summing"); // obtain the decimal format for parsing DecimalFormat df = (DecimalFormat) NumberFormat.getInstance(); Decim... | 5,882 |
public final Vector sumThem(boolean which, Rectangle area) { StringBuffer s = new StringBuffer(); workR.setBounds(area); // gui.rubberband.reset(); // gui.repaint(); log.debug("Summing"); // obtain the decimal format for parsing DecimalFormat df = (DecimalFormat) NumberFormat.getInstance(); Decim... | public final Vector sumThem(boolean which, Rectangle area) { StringBuffer s = new StringBuffer(); workR.setBounds(area); // gui.rubberband.reset(); // gui.repaint(); log.debug("Summing"); // obtain the decimal format for parsing ... | 5,883 |
public final Vector sumThem(boolean which, Rectangle area) { StringBuffer s = new StringBuffer(); workR.setBounds(area); // gui.rubberband.reset(); // gui.repaint(); log.debug("Summing"); // obtain the decimal format for parsing DecimalFormat df = (DecimalFormat) NumberFormat.getInstance(); Decim... | public final Vector sumThem(boolean which, Rectangle area) { StringBuffer s = new StringBuffer();workR.setBounds(area); //gui.rubberband.reset(); //gui.repaint(); log.debug("Summing"); // obtain the decimal format for parsing DecimalFormat df = (DecimalFormat) NumberFormat.getInstance(); DecimalFormatSymbols df... | 5,884 |
public final Vector sumThem(boolean which, Rectangle area) { StringBuffer s = new StringBuffer(); workR.setBounds(area); // gui.rubberband.reset(); // gui.repaint(); log.debug("Summing"); // obtain the decimal format for parsing DecimalFormat df = (DecimalFormat) NumberFormat.getInstance(); Decim... | public final Vector sumThem(boolean which, Rectangle area) { StringBuffer s = new StringBuffer(); workR.setBounds(area); // gui.rubberband.reset(); // gui.r... | 5,885 |
public final Vector sumThem(boolean which, Rectangle area) { StringBuffer s = new StringBuffer(); workR.setBounds(area); // gui.rubberband.reset(); // gui.repaint(); log.debug("Summing"); // obtain the decimal format for parsing DecimalFormat df = (DecimalFormat) NumberFormat.getInstance(); Decim... | public final Vector sumThem(boolean which, Rectangle area) { StringBuffer s = new StringBuffer(); workR.setBounds(area); // gui.rubberband.reset(); // gui.repaint(); log.debug("Summing"); // obtain the decimal format for parsing DecimalFormat df = (DecimalFormat) NumberFormat.getInstance(); Decim... | 5,886 |
protected void unsetFieldHighlighted(ScreenField sf) { int pos = sf.startPos(); int x = sf.length; int na = sf.getAttr(); while (x-- > 0) { planes.setScreenAttr(pos,na); setDirty(pos++); } fireScreenChanged(1); } | protected void unsetFieldHighlighted(ScreenField sf) { int pos = sf.startPos(); int x = sf.length; int na = sf.getAttr(); while (x-- > 0) { planes.setScreenAttr(pos,na); setDirty(pos++); } fireScreenChanged(1); } | 5,889 |
protected void unsetFieldHighlighted(ScreenField sf) { int pos = sf.startPos(); int x = sf.length; int na = sf.getAttr(); while (x-- > 0) { planes.setScreenAttr(pos,na); setDirty(pos++); } fireScreenChanged(1); } | protected void unsetFieldHighlighted(ScreenField sf) { int pos = sf.startPos(); int x = sf.length; int na = sf.getAttr(); while (x-- > 0) { planes.setScreenAttr(pos,na); setDirty(pos++); } fireScreenChanged(1); } | 5,890 |
private void updateCursorLoc() { if (cursorActive) { fireCursorChanged(3); } } | private void updateCursorLoc() { if (cursorActive) { fireCursorChanged(3); } } | 5,891 |
protected void updateDirty() { fireScreenChanged(1); } | protected void updateDirty() { fireScreenChanged(1); } | 5,893 |
protected void writeWindowTitle(int pos, int depth, int width, byte orientation, int monoAttr, int colorAttr, StringBuffer title) { int sp = lastPos; int len = title.length(); // get bit 0 and 1 for interrogation switch (orientation & 0xc0) { case 0x40: // right pos += (4 + width - len); break; case 0x80: ... | protected void writeWindowTitle(int pos, int depth, int width, byte orientation, int monoAttr, int colorAttr, StringBuffer title) { int sp = lastPos; int len = title.length(); // get bit 0 and 1 for interrogation switch (orientation & 0xc0) { case 0x40: // right pos += (4 + width - len); break; case 0x80: ... | 5,895 |
public synchronized int GetScreen(char buffer[], int bufferLength, int from, int length, int plane) {// if(buffer == null)// throw new OhioException(sessionVT.getSessionConfiguration(),// OhioScreen.class.getName()... | public synchronized int GetScreen(char buffer[], int bufferLength, int from, int length, int plane) {// if(buffer == null)// throw new OhioException(sessionVT.getSessionConfiguration(),// OhioScreen.class.getName()... | 5,897 |
public synchronized int GetScreen(char buffer[], int bufferLength, int from, int length, int plane) {// if(buffer == null)// throw new OhioException(sessionVT.getSessionConfiguration(),// OhioScreen.class.getName()... | public synchronized int GetScreen(char buffer[], int bufferLength, int from, int length, int plane) {// if(buffer == null)// throw new OhioException(sessionVT.getSessionConfiguration(),// OhioScreen.class.getName()... | 5,898 |
public synchronized int GetScreen(char buffer[], int bufferLength, int from, int length, int plane) {// if(buffer == null)// throw new OhioException(sessionVT.getSessionConfiguration(),// OhioScreen.class.getName()... | public synchronized int GetScreen(char buffer[], int bufferLength, int from, int length, int plane) {// if(buffer == null)// throw new OhioException(sessionVT.getSessionConfiguration(),// OhioScreen.class.getName()... | 5,899 |
protected void setScreenAttr(int pos, int attr) { screenAttr[pos] = (char)attr; screenGUI[pos] = initChar; disperseAttribute(pos,attr); } | protected void setScreenAttr(int pos, int attr, boolean isAttr) { screenAttr[pos] = (char)attr; screenGUI[pos] = initChar; disperseAttribute(pos,attr); } | 5,900 |
protected void setScreenAttr(int pos, int attr) { screenAttr[pos] = (char)attr; screenGUI[pos] = initChar; disperseAttribute(pos,attr); } | protected void setScreenAttr(int pos, int attr) { screenAttr[pos] = (char)attr; screenGUI[pos] = initChar; } | 5,901 |
protected void initalizePlanes () { for (int y = 0;y < screenSize; y++) { setScreenCharAndAttr(y,initChar,initAttr,false); screenGUI[y] = NO_GUI; screenIsChanged[y] = false; } // here we will just copy a plane that has already been initialized // onto the other pla... | protected void initalizePlanes () { for (int y = 0;y < screenSize; y++) { setScreenCharAndAttr(y,initChar,initAttr,false); screenGUI[y] = NO_GUI; screenIsChanged[y] = false; } // here we will just copy a plane that has already been initialized // onto the other pla... | 5,902 |
protected boolean isInField(int pos, boolean chgToField) { ScreenField sf; for (int x = 0;x < sizeFields; x++) { sf = screenFields[x]; if (sf.withinField(pos)) { if (chgToField) { if (!currentField.equals(sf)) currentModified = false; ... | protected boolean isInField(int pos, boolean chgToField) { ScreenField sf; for (int x = 0;x < sizeFields; x++) { sf = screenFields[x]; if (sf.withinField(pos)) { if (chgToField) { if (!currentField.equals(sf)) currentModified = false; ... | 5,903 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.