bugged
stringlengths
6
599k
fixed
stringlengths
6
40.8M
__index_level_0__
int64
0
3.24M
public final void visit_lushr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong();// final X86RegisterPool pool = eContext.getGPRPool(); // Get cnt into ECX if (!cnt.uses(X86Register.ECX)) { val.spillIfUsing(eContext, X86Register.ECX); L1AHelper.requestRegister(eContext, X86Register...
public final void visit_lushr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong();// final X86RegisterPool pool = eContext.getGPRPool(); // Get cnt into ECX if (!cnt.uses(X86Register.ECX)) { val.spillIfUsing(eContext, X86Register.ECX); L1AHelper.requestRegister(eContext, X86Register...
13,162
public final void visit_lushr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong();// final X86RegisterPool pool = eContext.getGPRPool(); // Get cnt into ECX if (!cnt.uses(X86Register.ECX)) { val.spillIfUsing(eContext, X86Register.ECX); L1AHelper.requestRegister(eContext, X86Register...
public final void visit_lushr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong();// final X86RegisterPool pool = eContext.getGPRPool(); // Get cnt into ECX if (!cnt.uses(X86Register.ECX)) { val.spillIfUsing(eContext, X86Register.ECX); L1AHelper.requestRegister(eContext, X86Register...
13,163
private void showPopupMenu(MouseEvent me) { JPopupMenu jpm = new JPopupMenu(); JMenuItem menuItem; Action action; final int row = spools.rowAtPoint(me.getPoint()); action = new AbstractAction(LangTool.getString("spool.optionView")) { public void actionPerformed(ActionEvent e) { ...
private void showPopupMenu(MouseEvent me) { JPopupMenu jpm = new JPopupMenu(); JMenuItem menuItem; Action action; final int row = spools.rowAtPoint(me.getPoint()); action = new AbstractAction(LangTool.getString("spool.optionView")) { public void actionPerformed(ActionEvent e) { System...
13,165
public void actionPerformed(ActionEvent e) {// spools.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));// SwingUtilities.invokeLater(// new Runnable () {// public void run() {//// displayViewer(getSpooledFile(ro...
public void actionPerformed(ActionEvent e) {// spools.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));// SwingUtilities.invokeLater(//new Runnable () {// public void run() {//// displayViewer(getSpooledFile(row));// }//}// ); JOptionPane.showMessageDialog(null,"Not Available ye...
13,167
public void actionPerformed(ActionEvent e) { doSpoolStuff(getSpooledFile(row),e.getActionCommand()); }
public void actionPerformed(ActionEvent e) { doSpoolStuff(getSpooledFile(row),e.getActionCommand()); }
13,168
public void run() { status.setText(stat); }
public void run() { status.setText(stat); }
13,170
private static void incorrect_plug_in(Throwable ex) throws NO_IMPLEMENT { NO_IMPLEMENT no = new NO_IMPLEMENT("Incorrect CORBA plug-in"); no.initCause(ex); throw no; }
static void incorrect_plug_in(Throwable ex) throws NO_IMPLEMENT { NO_IMPLEMENT no = new NO_IMPLEMENT("Incorrect CORBA plug-in"); no.initCause(ex); throw no; }
13,174
public static Serializable read(InputStream input) { // Explicitly prevent the stream from closing as we may need // to read the subsequent bytes as well. Stream may be auto-closed // in its finalizer. try { // We may need to jump back if the value is read via value factory. input.mark...
public static Serializable read(InputStream input) { // Explicitly prevent the stream from closing as we may need // to read the subsequent bytes as well. Stream may be auto-closed // in its finalizer. try { // We may need to jump back if the value is read via value factory. input.mark...
13,175
public static void read_instance(InputStream input, Object value, int value_tag ) { try { if ((value_tag & vf_CHUNKING) != 0) { ByteArrayOutputStream bout = null; int n = -1; // Read all chunks...
public static void read_instance(InputStream input, Object value, int value_tag ) { try { if ((value_tag & vf_CHUNKING) != 0) { ByteArrayOutputStream bout = null; int n = -1; // Read all chunks...
13,176
public static void read_instance(InputStream input, Object value, int value_tag ) { try { if ((value_tag & vf_CHUNKING) != 0) { ByteArrayOutputStream bout = null; int n = -1; // Read all chunks...
public static void read_instance(InputStream input, Object value, int value_tag ) { try { if ((value_tag & vf_CHUNKING) != 0) { ByteArrayOutputStream bout = null; int n = -1; // Read all chunks...
13,177
public static void read_instance(InputStream input, Object value, int value_tag ) { try { if ((value_tag & vf_CHUNKING) != 0) { ByteArrayOutputStream bout = null; int n = -1; // Read all chunks...
public static void read_instance(InputStream input, Object value, int value_tag ) { try { if ((value_tag & vf_CHUNKING) != 0) { ByteArrayOutputStream bout = null; int n = -1; // Read all chunks...
13,178
public static void read_instance(InputStream input, Object value, int value_tag ) { try { if ((value_tag & vf_CHUNKING) != 0) { ByteArrayOutputStream bout = null; int n = -1; // Read all chunks...
public static void read_instance(InputStream input, Object value, int value_tag ) { try { if ((value_tag & vf_CHUNKING) != 0) { ByteArrayOutputStream bout = null; int n = -1; // Read all chunks...
13,179
private static void write_instance(OutputStream output, Serializable value, String id ) { // This implementation always writes a single repository id. // It never writes multiple repository ids and currently does not use // a codebase. ...
private static void write_instance(OutputStream output, Serializable value, String id, Object helper ) { // This implementation always writes a single repository id. // It never writes multiple repository ids and currently does not use /...
13,181
private static void write_instance(OutputStream output, Serializable value, String id ) { // This implementation always writes a single repository id. // It never writes multiple repository ids and currently does not use // a codebase. ...
private static void write_instance(OutputStream output, Serializable value, String id ) { // This implementation always writes a single repository id. // It never writes multiple repository ids and currently does not use // a codebase. ...
13,182
protected String basicXMLWriter ( Writer outputWriter, String indent, boolean dontCloseNode, String newNodeNameString, String noChildObjectNodeName ...
protected String basicXMLWriter ( Writer outputWriter, String indent, boolean dontCloseNode, String newNodeNameString, String noChildObjectNodeName ...
13,184
public boolean add(Attribute attribute) { return addInternal(attribute, interfaceName); }
public boolean add(Attribute attribute) { return addInternal(attribute, myInterface); }
13,185
public boolean addAll(AttributeSet attributes) { return addAllInternal(attributes, interfaceName); }
public boolean addAll(AttributeSet attributes) { return addAllInternal(attributes, myInterface); }
13,186
private boolean addInternal(Attribute attribute, Class interfaceName) { if (attribute == null) throw new NullPointerException("attribute may not be null"); AttributeSetUtilities.verifyAttributeCategory(interfaceName, this.interfaceName); Object old = attributeMap.put (attribute.getCategory(...
private boolean addInternal(Attribute attribute, Class interfaceName) { if (attribute == null) throw new NullPointerException("attribute may not be null"); AttributeSetUtilities.verifyAttributeCategory(interfaceName, myInterface); Object old = attributeMap.put (attribute.getCategory(), Attr...
13,187
public ConfigureTableModel() { super(); resetSorted(); }
public ConfigureTableModel() { super(); resetSorted(); }
13,188
public void addSession() { resetSorted(); fireTableRowsInserted(props.size()-1,props.size()-1); }
public void addSession() { resetSorted(); fireTableRowsInserted(props.size()-1,props.size()-1); }
13,189
public void chgSession(int row) { resetSorted(); fireTableRowsUpdated(row,row); }
public void chgSession(int row) { resetSorted(); fireTableRowsUpdated(row,row); }
13,190
public Class getColumnClass(int c) { return getValueAt(0, c).getClass(); }
public Class getColumnClass(int c) { return getValueAt(0, c).getClass(); }
13,191
public int getColumnCount() { return cols.length; }
public int getColumnCount() { return cols.length; }
13,192
public String getColumnName(int col) { return cols[col]; }
public String getColumnName(int col) { return cols[col]; }
13,193
private String getPropValue(int row,String param) { String prop = ""; String[] args = new String[NUM_PARMS]; String ses = null; prop = (String)mySort.get(row); if (param == null) return prop; else { Configure.parseArgs(props.getProperty(prop),a...
private String getPropValue(int row, String param) { String prop = ""; String[] args = new String[NUM_PARMS]; String ses = null; prop = (String)mySort.get(row); if (param == null) return prop; else { Configure.parseArgs(props.getProperty(prop),...
13,194
private String getPropValue(int row,String param) { String prop = ""; String[] args = new String[NUM_PARMS]; String ses = null; prop = (String)mySort.get(row); if (param == null) return prop; else { Configure.parseArgs(props.getProperty(prop),a...
private String getPropValue(int row,String param) { String prop = ""; String[] args = new String[NUM_PARMS]; String ses = null; prop = (String)mySort.get(row); if (param == null) return prop; else { Configure.parseArgs(props.getProperty(prop),a...
13,195
private String getPropValue(int row,String param) { String prop = ""; String[] args = new String[NUM_PARMS]; String ses = null; prop = (String)mySort.get(row); if (param == null) return prop; else { Configure.parseArgs(props.getProperty(prop),a...
private String getPropValue(int row,String param) { String prop = ""; String[] args = new String[NUM_PARMS]; String ses = null; prop = (String) mySort.get(row); if (param == null) return prop; else { Configure.parseArgs(props.getProperty(prop),...
13,196
private String getPropValue(int row,String param) { String prop = ""; String[] args = new String[NUM_PARMS]; String ses = null; prop = (String)mySort.get(row); if (param == null) return prop; else { Configure.parseArgs(props.getProperty(prop),a...
private String getPropValue(int row,String param) { String prop = ""; String[] args = new String[NUM_PARMS]; String ses = null; prop = (String)mySort.get(row); if (param == null) return prop; else { Configure.parseArgs(props.getProperty(prop),a...
13,197
public int getRowCount() { return mySort.size(); }
public int getRowCount() { return mySort.size(); }
13,198
public Object getValueAt(int row, int col) { if (col == 0) return getPropValue(row,null); if (col == 1) return getPropValue(row,"0"); // remember if you change this here you need to change the default // selection option of the main table to pass in the cor...
public Object getValueAt(int row, int col) { if (col == 0) return getPropValue(row,null); if (col == 1) return getPropValue(row,"0"); // remember if you change this here you need to change the default // selection option of the main table to pass in the cor...
13,199
public Object getValueAt(int row, int col) { if (col == 0) return getPropValue(row,null); if (col == 1) return getPropValue(row,"0"); // remember if you change this here you need to change the default // selection option of the main table to pass in the cor...
public Object getValueAt(int row, int col) { if (col == 0) return getPropValue(row,null); if (col == 1) return getPropValue(row,"0"); // remember if you change this here you need to change the default // selection option of the main table to pass in the cor...
13,200
public Object getValueAt(int row, int col) { if (col == 0) return getPropValue(row,null); if (col == 1) return getPropValue(row,"0"); // remember if you change this here you need to change the default // selection option of the main table to pass in the cor...
public Object getValueAt(int row, int col) { if (col == 0) return getPropValue(row,null); if (col == 1) return getPropValue(row,"0"); // remember if you change this here you need to change the default // selection option of the main table to pass in the cor...
13,201
public boolean isCellEditable(int row, int col) { //Note that the data/cell address is constant, //no matter where the cell appears onscreen. if (col == 2) { return true; } else { return false; } }
public boolean isCellEditable(int row, int col) { //Note that the data/cell address is constant, //no matter where the cell appears onscreen. if (col == 2) { return true; } else { return false; } }
13,202
public boolean isSortable(int col) { if (col == 0) return true; else return false; }
public boolean isSortable(int col) { if (col == 0) return true; else return false; }
13,203
public void removeSession(int row) { resetSorted(); fireTableRowsDeleted(row,row); }
public void removeSession(int row) { resetSorted(); fireTableRowsDeleted(row,row); }
13,204
private void resetSorted() { Enumeration e = props.keys(); mySort.clear(); int x = 0; String ses = null; while (e.hasMoreElements()) { ses = (String)e.nextElement(); if (!ses.startsWith("emul.")) { mySort.add(ses); } } ...
private void resetSorted() { Enumeration e = props.keys(); mySort.clear(); int x = 0; String ses = null; while (e.hasMoreElements()) { ses = (String)e.nextElement(); if (!ses.startsWith("emul.")) { mySort.add(ses); } } ...
13,205
private void resetSorted() { Enumeration e = props.keys(); mySort.clear(); int x = 0; String ses = null; while (e.hasMoreElements()) { ses = (String)e.nextElement(); if (!ses.startsWith("emul.")) { mySort.add(ses); } } ...
private void resetSorted() { Enumeration e = props.keys(); mySort.clear(); int x = 0; String ses = null; while (e.hasMoreElements()) { ses = (String)e.nextElement(); if (!ses.startsWith("emul.")) { mySort.add(ses); } } ...
13,206
private void resetSorted() { Enumeration e = props.keys(); mySort.clear(); int x = 0; String ses = null; while (e.hasMoreElements()) { ses = (String)e.nextElement(); if (!ses.startsWith("emul.")) { mySort.add(ses); } } ...
private void resetSorted() { Enumeration e = props.keys(); mySort.clear(); int x = 0; String ses = null; while (e.hasMoreElements()) { ses = (String)e.nextElement(); if (!ses.startsWith("emul.")) { mySort.add(ses); } } ...
13,207
public void setValueAt(Object value, int row, int col) { boolean which = ((Boolean)value).booleanValue(); if (which) props.setProperty("emul.default",getPropValue(row,null)); else props.setProperty("emul.default",""); }
public void setValueAt(Object value, int row, int col) { boolean which = ((Boolean)value).booleanValue(); if (which) props.setProperty("emul.default",getPropValue(row,null)); else props.setProperty("emul.default",""); }
13,208
public void setValueAt(Object value, int row, int col) { boolean which = ((Boolean)value).booleanValue(); if (which) props.setProperty("emul.default",getPropValue(row,null)); else props.setProperty("emul.default",""); }
public void setValueAt(Object value, int row, int col) { boolean which = ((Boolean)value).booleanValue(); if (which) props.setProperty("emul.default",getPropValue(row,null)); else props.setProperty("emul.default",""); }
13,209
public void sortColumn(int col, boolean ascending) { sortedColumn = col; isAscending = ascending; Collections.sort(mySort, new SessionComparator(col, ascending)); }
public void sortColumn(int col, boolean ascending) { sortedColumn = col; isAscending = ascending; Collections.sort(mySort, new SessionComparator(col, ascending)); }
13,210
public SessionComparator(int index, boolean ascending) { this.index = index; this.ascending = ascending; }
public SessionComparator(int index, boolean ascending) { this.index = index; this.ascending = ascending; }
13,211
public int compare(Object one, Object two) { if (one instanceof String && two instanceof String) { String s1 = one.toString(); String s2 = two.toString(); int result = 0; if (ascending) result = s1.compareTo(s2); else ...
public int compare(Object one, Object two) { if (one instanceof String && two instanceof String) { String s1 = one.toString(); String s2 = two.toString(); int result = 0; if (ascending) result = s1.compareTo(s2); else ...
13,212
public int compare(Object one, Object two) { if (one instanceof String && two instanceof String) { String s1 = one.toString(); String s2 = two.toString(); int result = 0; if (ascending) result = s1.compareTo(s2); else ...
public int compare(Object one, Object two) { if (one instanceof String && two instanceof String) { String s1 = one.toString(); String s2 = two.toString(); int result = 0; if (ascending) result = s1.compareTo(s2); else ...
13,213
public int compare(Object one, Object two) { if (one instanceof String && two instanceof String) { String s1 = one.toString(); String s2 = two.toString(); int result = 0; if (ascending) result = s1.compareTo(s2); else ...
public int compare(Object one, Object two) { if (one instanceof String && two instanceof String) { String s1 = one.toString(); String s2 = two.toString(); int result = 0; if (ascending) result = s1.compareTo(s2); else ...
13,214
public int compare(Object one, Object two) { if (one instanceof String && two instanceof String) { String s1 = one.toString(); String s2 = two.toString(); int result = 0; if (ascending) result = s1.compareTo(s2); else ...
public int compare(Object one, Object two) { if (one instanceof String && two instanceof String) { String s1 = one.toString(); String s2 = two.toString(); int result = 0; if (ascending) result = s1.compareTo(s2); else ...
13,215
public int compare(Object one, Object two) { if (one instanceof String && two instanceof String) { String s1 = one.toString(); String s2 = two.toString(); int result = 0; if (ascending) result = s1.compareTo(s2); else ...
public int compare(Object one, Object two) { if (one instanceof String && two instanceof String) { String s1 = one.toString(); String s2 = two.toString(); int result = 0; if (ascending) result = s1.compareTo(s2); else ...
13,216
public int compare(Object one, Object two) { if (one instanceof String && two instanceof String) { String s1 = one.toString(); String s2 = two.toString(); int result = 0; if (ascending) result = s1.compareTo(s2); else ...
public int compare(Object one, Object two) { if (one instanceof String && two instanceof String) { String s1 = one.toString(); String s2 = two.toString(); int result = 0; if (ascending) result = s1.compareTo(s2); else ...
13,217
public Connect(Frame frame, String title, Properties prop) { super(frame, title, true); props = ConfigureFactory.getInstance().getProperties(GlobalConfigure.SESSIONS); try { jbInit(); } catch(Exception ex) { ex.printStackTrace(); } }
public Connect(Frame frame, String title, Properties prop) { super(frame, title, true); props = ConfigureFactory.getInstance().getProperties(GlobalConfigure.SESSIONS); try { jbInit(); } catch(Exception ex) { ex.printStackTrace(); } }
13,218
public Connect(Frame frame, String title, Properties prop) { super(frame, title, true); props = ConfigureFactory.getInstance().getProperties(GlobalConfigure.SESSIONS); try { jbInit(); } catch(Exception ex) { ex.printStackTrace(); } }
public Connect(Frame frame, String title, Properties prop) { super(frame, title, true); props = ConfigureFactory.getInstance().getProperties( GlobalConfigure.SESSIONS); try { jbInit(); } catch(Exception ex) { ex.printStackTrace(); } }
13,219
public Connect(Frame frame, String title, Properties prop) { super(frame, title, true); props = ConfigureFactory.getInstance().getProperties(GlobalConfigure.SESSIONS); try { jbInit(); } catch(Exception ex) { ex.printStackTrace(); } }
public Connect(Frame frame, String title, Properties prop) { super(frame, title, true); props = ConfigureFactory.getInstance().getProperties(GlobalConfigure.SESSIONS); try { jbInit(); } catch(Exception ex) { ex.printStackTrace(); } }
13,220
public void actionPerformed(ActionEvent e) { if (e.getActionCommand().equals("DONE")) { saveProps(); setVisible(false); } if (e.getActionCommand().equals("ADD")) { Configure.doEntry((JFrame)getParent(),null,props); ctm.addSession(); } if (e.getActionCommand()....
public void actionPerformed(ActionEvent e) { if (e.getActionCommand().equals("DONE")) { saveProps(); setVisible(false); } if (e.getActionCommand().equals("ADD")) { Configure.doEntry((JFrame)getParent(),null,props); ctm.addSession(); } if (e.getActionCommand()....
13,221
public void actionPerformed(ActionEvent e) { if (e.getActionCommand().equals("DONE")) { saveProps(); setVisible(false); } if (e.getActionCommand().equals("ADD")) { Configure.doEntry((JFrame)getParent(),null,props); ctm.addSession(); } if (e.getActionCommand()....
public void actionPerformed(ActionEvent e) { if (e.getActionCommand().equals("DONE")) { saveProps(); setVisible(false); } if (e.getActionCommand().equals("ADD")) { Configure.doEntry((JFrame)getParent(),null,props); ctm.addSession(); } if (e.getActionCommand()....
13,222
public void actionPerformed(ActionEvent e) { if (e.getActionCommand().equals("DONE")) { saveProps(); setVisible(false); } if (e.getActionCommand().equals("ADD")) { Configure.doEntry((JFrame)getParent(),null,props); ctm.addSession(); } if (e.getActionCommand()....
public void actionPerformed(ActionEvent e) { if (e.getActionCommand().equals("DONE")) { saveProps(); setVisible(false); } if (e.getActionCommand().equals("ADD")) { Configure.doEntry((JFrame)getParent(),null,props); ctm.addSession(); } if (e.getActionCommand()....
13,223
public void actionPerformed(ActionEvent e) { if (e.getActionCommand().equals("DONE")) { saveProps(); setVisible(false); } if (e.getActionCommand().equals("ADD")) { Configure.doEntry((JFrame)getParent(),null,props); ctm.addSession(); } if (e.getActionCommand()....
public void actionPerformed(ActionEvent e) { if (e.getActionCommand().equals("DONE")) { saveProps(); setVisible(false); } if (e.getActionCommand().equals("ADD")) { Configure.doEntry((JFrame)getParent(),null,props); ctm.addSession(); } if (e.getActionCommand()....
13,224
public void actionPerformed(ActionEvent e) { if (e.getActionCommand().equals("DONE")) { saveProps(); setVisible(false); } if (e.getActionCommand().equals("ADD")) { Configure.doEntry((JFrame)getParent(),null,props); ctm.addSession(); } if (e.getActionCommand()....
public void actionPerformed(ActionEvent e) { if (e.getActionCommand().equals("DONE")) { saveProps(); setVisible(false); } if (e.getActionCommand().equals("ADD")) { Configure.doEntry((JFrame)getParent(),null,props); ctm.addSession(); } if (e.getActionCommand()....
13,225
private void addLabelComponent(String text,Component comp,Container container) { JLabel label = new JLabel(text); label.setAlignmentX(Component.LEFT_ALIGNMENT); label.setHorizontalTextPosition(JLabel.LEFT); container.add(label); container.add(comp); }
private void addLabelComponent( String text, Component comp, Container container) { JLabel label = new JLabel(text); label.setAlignmentX(Component.LEFT_ALIGNMENT); label.setHorizontalTextPosition(JLabel.LEFT); container.add(label); container.add(comp); }
13,226
private void addLabelComponent(String text,Component comp,Container container) { JLabel label = new JLabel(text); label.setAlignmentX(Component.LEFT_ALIGNMENT); label.setHorizontalTextPosition(JLabel.LEFT); container.add(label); container.add(comp); }
private void addLabelComponent(String text,Component comp,Container container) { JLabel label = new JLabel(text); label.setAlignmentX(Component.LEFT_ALIGNMENT); label.setHorizontalTextPosition(JLabel.LEFT); container.add(label); container.add(comp); }
13,227
private void addLabelComponent(String text,Component comp,Container container) { JLabel label = new JLabel(text); label.setAlignmentX(Component.LEFT_ALIGNMENT); label.setHorizontalTextPosition(JLabel.LEFT); container.add(label); container.add(comp); }
private void addLabelComponent(String text,Component comp,Container container) { JLabel label = new JLabel(text); label.setAlignmentX(Component.LEFT_ALIGNMENT); label.setHorizontalTextPosition(JLabel.LEFT); container.add(label); container.add(comp); }
13,228
private JButton addOptButton(String text, String ac, Container container) { return addOptButton(text,ac,container,true); }
private JButton addOptButton(String text, String ac, Container container) { return addOptButton(text,ac,container,true); }
13,229
private void createButtonOptions() { connectButton = addOptButton(LangTool.getString("ss.optConnect"), "CONNECT",options,false); applyButton = addOptButton(LangTool.getString("ss.optApply"), "APPLY",options,true); addOptButton(LangT...
private void createButtonOptions() { connectButton = addOptButton(LangTool.getString("ss.optConnect"), "CONNECT",options,false); applyButton = addOptButton(LangTool.getString("ss.optApply"), "APPLY",options,true); addOptButton(LangT...
13,230
private void createButtonOptions() { connectButton = addOptButton(LangTool.getString("ss.optConnect"), "CONNECT",options,false); applyButton = addOptButton(LangTool.getString("ss.optApply"), "APPLY",options,true); addOptButton(LangT...
private void createButtonOptions() { connectButton = addOptButton(LangTool.getString("ss.optConnect"), "CONNECT",options,false); applyButton = addOptButton(LangTool.getString("ss.optApply"), "APPLY",options,true); addOptButton(LangT...
13,231
private void createButtonOptions() { connectButton = addOptButton(LangTool.getString("ss.optConnect"), "CONNECT",options,false); applyButton = addOptButton(LangTool.getString("ss.optApply"), "APPLY",options,true); addOptButton(LangT...
private void createButtonOptions() { connectButton = addOptButton(LangTool.getString("ss.optConnect"), "CONNECT",options,false); applyButton = addOptButton(LangTool.getString("ss.optApply"), "APPLY",options,true); addOptButton(LangT...
13,232
private void createButtonOptions() { connectButton = addOptButton(LangTool.getString("ss.optConnect"), "CONNECT",options,false); applyButton = addOptButton(LangTool.getString("ss.optApply"), "APPLY",options,true); addOptButton(LangT...
private void createButtonOptions() { connectButton = addOptButton(LangTool.getString("ss.optConnect"), "CONNECT",options,false); applyButton = addOptButton(LangTool.getString("ss.optApply"), "APPLY",options,true); addOptButton(LangT...
13,233
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
13,234
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
13,235
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane, BorderLayout.NORTH); // setup the...
13,236
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
13,237
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
13,238
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
13,239
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
13,240
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
13,241
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
13,242
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
13,243
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
13,244
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
13,245
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
13,246
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
13,247
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
13,248
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
13,249
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
13,250
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
13,251
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
13,252
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
private void createEmulatorOptionsPanel() { // create emulator options panel emulOptPanel.setLayout(new BorderLayout()); JPanel contentPane = new JPanel(); contentPane.setLayout(new BoxLayout(contentPane,BoxLayout.Y_AXIS)); emulOptPanel.add(contentPane,BorderLayout.NORTH); // setup the ...
13,253
public void itemStateChanged(ItemEvent e) { hideTabBar_itemStateChanged(e); }
public void itemStateChanged(ItemEvent e) { hideTabBar_itemStateChanged(e); }
13,254
public void itemStateChanged(ItemEvent e) { intTABS_itemStateChanged(e); }
public void itemStateChanged(ItemEvent e) { intTABS_itemStateChanged(e); }
13,255
public void itemStateChanged(ItemEvent e) { showMe_itemStateChanged(e); }
public void itemStateChanged(ItemEvent e) { showMe_itemStateChanged(e); }
13,256
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
private void createSessionsPanel() { // get an instance of our table model sessions = new JSortTable(ctm); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("connec...
13,257
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model Action connect = new AbstractAction("connect") { public void actionPerformed(ActionEvent e) { doActionConnect(); } }; // Add enter as def...
13,258
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
13,259
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
13,260
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
13,261
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
13,262
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
13,263
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
13,264
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
13,265
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
13,266
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
13,267
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
13,268
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
private void createSessionsPanel() { // get an instance of our table model ctm = new ConfigureTableModel(); // create a table using our custom table model sessions = new JSortTable(ctm); // Add enter as default key for connect with this session Action connect = new AbstractAction("conne...
13,269