bugged stringlengths 6 599k | fixed stringlengths 6 40.8M | __index_level_0__ int64 0 3.24M |
|---|---|---|
void startElement (String elname) throws SAXException { ContentHandler handler = contentHandler; // // NOTE: this implementation of namespace support adds something // like six percent to parsing CPU time, in a large (~50 MB) // document that doesn't use namespaces at all. (Measured by PC // sampling, with ... | void startElement (String elname) throws SAXException { ContentHandler handler = contentHandler; // // NOTE: this implementation of namespace support adds something // like six percent to parsing CPU time, in a large (~50 MB) // document that doesn't use namespaces at all. (Measured by PC // sampling, with ... | 17,228 |
void startElement (String elname) throws SAXException { ContentHandler handler = contentHandler; // // NOTE: this implementation of namespace support adds something // like six percent to parsing CPU time, in a large (~50 MB) // document that doesn't use namespaces at all. (Measured by PC // sampling, with ... | void startElement (String elname) throws SAXException { ContentHandler handler = contentHandler; // // NOTE: this implementation of namespace support adds something // like six percent to parsing CPU time, in a large (~50 MB) // document that doesn't use namespaces at all. (Measured by PC // sampling, with ... | 17,229 |
void startElement (String elname) throws SAXException { ContentHandler handler = contentHandler; // // NOTE: this implementation of namespace support adds something // like six percent to parsing CPU time, in a large (~50 MB) // document that doesn't use namespaces at all. (Measured by PC // sampling, with ... | void startElement (String elname) throws SAXException { ContentHandler handler = contentHandler; // // NOTE: this implementation of namespace support adds something // like six percent to parsing CPU time, in a large (~50 MB) // document that doesn't use namespaces at all. (Measured by PC // sampling, with ... | 17,230 |
void startElement (String elname) throws SAXException { ContentHandler handler = contentHandler; // // NOTE: this implementation of namespace support adds something // like six percent to parsing CPU time, in a large (~50 MB) // document that doesn't use namespaces at all. (Measured by PC // sampling, with ... | void startElement (String elname) throws SAXException { ContentHandler handler = contentHandler; // // NOTE: this implementation of namespace support adds something // like six percent to parsing CPU time, in a large (~50 MB) // document that doesn't use namespaces at all. (Measured by PC // sampling, with ... | 17,231 |
void startExternalEntity (String name, String systemId, boolean stackOnly) throws SAXException { // The following warning was deleted because the application has the // option of not setting systemId. Sun's JAXP or Xerces seems to // ignore this case. /* if (systemId == null) warn ("URI was not report... | void startExternalEntity (String name, String systemId, boolean stackOnly) throws SAXException { // The following warning was deleted because the application has the // option of not setting systemId. Sun's JAXP or Xerces seems to // ignore this case. /* if (systemId == null) warn ("URI was not report... | 17,232 |
void startExternalEntity (String name, String systemId, boolean stackOnly) throws SAXException { // The following warning was deleted because the application has the // option of not setting systemId. Sun's JAXP or Xerces seems to // ignore this case. /* if (systemId == null) warn ("URI was not report... | void startExternalEntity (String name, String systemId, boolean stackOnly) throws SAXException { // The following warning was deleted because the application has the // option of not setting systemId. Sun's JAXP or Xerces seems to // ignore this case. /* if (systemId == null) warn ("URI was not report... | 17,233 |
void startInternalEntity (String name) throws SAXException { lexicalHandler.startEntity (name); } | void startInternalEntity(String name) throws SAXException { lexicalHandler.startEntity (name); } | 17,234 |
void startInternalEntity (String name) throws SAXException { lexicalHandler.startEntity (name); } | void startInternalEntity (String name) throws SAXException { lexicalHandler.startEntity(name); } | 17,235 |
void unparsedEntityDecl (String name, String ids [], String notation) throws SAXException { try { dtdHandler.unparsedEntityDecl (name, ids [0], resolveAll ? absolutize (ids [2], ids [1], true) : ids [1], notation); } catch (IOException e) { // "can't happen" throw new SAXParseExcepti... | void unparsedEntityDecl(String name, String publicId, String systemId, String baseUri, String notation) throws SAXException { try { dtdHandler.unparsedEntityDecl (name, ids [0], resolveAll ? absolutize (ids [2], ids [1], true) : ids [1], notation); } catch (IOException e) { // "can't hap... | 17,236 |
void unparsedEntityDecl (String name, String ids [], String notation) throws SAXException { try { dtdHandler.unparsedEntityDecl (name, ids [0], resolveAll ? absolutize (ids [2], ids [1], true) : ids [1], notation); } catch (IOException e) { // "can't happen" throw new SAXParseExcepti... | void unparsedEntityDecl (String name, String ids [], String notation) throws SAXException { try { dtdHandler.unparsedEntityDecl (name, ids [0], resolveAll ? absolutize (ids [2], ids [1], true) : ids [1], notation); } catch (IOException e) { // "can't happen" throw new SAXParseExcepti... | 17,237 |
void unparsedEntityDecl (String name, String ids [], String notation) throws SAXException { try { dtdHandler.unparsedEntityDecl (name, ids [0], resolveAll ? absolutize (ids [2], ids [1], true) : ids [1], notation); } catch (IOException e) { // "can't happen" throw new SAXParseExcepti... | void unparsedEntityDecl (String name, String ids [], String notation) throws SAXException { try { dtdHandler.unparsedEntityDecl (name, ids [0], resolveAll ? absolutize (ids [2], ids [1], true) : ids [1], notation); } catch (IOException e) { // "can't happen" throw new SAXParseExcepti... | 17,238 |
void unparsedEntityDecl (String name, String ids [], String notation) throws SAXException { try { dtdHandler.unparsedEntityDecl (name, ids [0], resolveAll ? absolutize (ids [2], ids [1], true) : ids [1], notation); } catch (IOException e) { // "can't happen" throw new SAXParseExcepti... | void unparsedEntityDecl (String name, String ids [], String notation) throws SAXException { try { dtdHandler.unparsedEntityDecl (name, ids [0], resolveAll ? absolutize (ids [2], ids [1], true) : ids [1], notation); } catch (IOException e) { // "can't happen" throw new SAXParseExcepti... | 17,239 |
void unparsedEntityDecl (String name, String ids [], String notation) throws SAXException { try { dtdHandler.unparsedEntityDecl (name, ids [0], resolveAll ? absolutize (ids [2], ids [1], true) : ids [1], notation); } catch (IOException e) { // "can't happen" throw new SAXParseExcepti... | void unparsedEntityDecl (String name, String ids [], String notation) throws SAXException { try { dtdHandler.unparsedEntityDecl (name, ids [0], resolveAll ? absolutize (ids [2], ids [1], true) : ids [1], notation); } catch (IOException e) { // "can't happen" throw new SAXParseExcepti... | 17,240 |
void verror (String message) throws SAXException { SAXParseException err; err = new SAXParseException (message, this); errorHandler.error (err); } | void verror(String message) throws SAXException { SAXParseException err; err = new SAXParseException (message, this); errorHandler.error (err); } | 17,241 |
void verror (String message) throws SAXException { SAXParseException err; err = new SAXParseException (message, this); errorHandler.error (err); } | void verror (String message) throws SAXException { SAXParseException err; err = new SAXParseException (message, this); errorHandler.error (err); } | 17,242 |
void warn (String message) throws SAXException { SAXParseException err; err = new SAXParseException (message, this); errorHandler.warning (err); } | void warn(String message) throws SAXException { SAXParseException err; err = new SAXParseException (message, this); errorHandler.warning (err); } | 17,243 |
void warn (String message) throws SAXException { SAXParseException err; err = new SAXParseException (message, this); errorHandler.warning (err); } | void warn (String message) throws SAXException { SAXParseException err; err = new SAXParseException (message, this); errorHandler.warning (err); } | 17,244 |
public JSlider(int orientation, int minimum, int maximum, int value) { // TODO } // JSlider() | public JSlider(int orientation, int minimum, int maximum, int value) { // TODO } // JSlider() | 17,245 |
public JSpinner(SpinnerModel model) { this.model = model; model.addChangeListener(listener); setEditor(createEditor(model)); updateUI(); } | public JSpinner() { this.model = model; model.addChangeListener(listener); setEditor(createEditor(model)); updateUI(); } | 17,246 |
public JSpinner(SpinnerModel model) { this.model = model; model.addChangeListener(listener); setEditor(createEditor(model)); updateUI(); } | public JSpinner(SpinnerModel model) { this.model = model; model.addChangeListener(listener); setEditor(createEditor(model)); updateUI(); } | 17,247 |
public Identity(String name) { this.name = name; this.scope = null; } | protected Identity() { this.name = name; this.scope = null; } | 17,248 |
public Identity(String name) { this.name = name; this.scope = null; } | public Identity(String name) { this.name = name; this.scope = null; } | 17,249 |
private Pattern (String regex, int flags) throws PatternSyntaxException { this.regex = regex; this.flags = flags; int gnuFlags = 0; if ((flags & CASE_INSENSITIVE) != 0) gnuFlags |= RE.REG_ICASE; if ((flags & MULTILINE) != 0) gnuFlags |= RE.REG_MULTILINE; if ((flags & DOTALL) != 0) ... | private Pattern (String regex, int flags) throws PatternSyntaxException { this.regex = regex; this.flags = flags; int gnuFlags = 0; if ((flags & CASE_INSENSITIVE) != 0) gnuFlags |= RE.REG_ICASE; if ((flags & MULTILINE) != 0) gnuFlags |= RE.REG_MULTILINE; if ((flags & DOTALL) != 0) ... | 17,250 |
public void connect() throws IOException { try { final PluginManager pluginMgr = (PluginManager) InitialNaming.lookup(PluginManager.NAME); final PluginDescriptor descr = pluginMgr.getRegistry().getPluginDescriptor(pluginId); if (descr == null) { throw new IOException("Plugin " + pluginId + " not found"); }... | public void connect() throws IOException { try { final PluginManager pluginMgr = (PluginManager) InitialNaming.lookup(PluginManager.NAME); final PluginDescriptor descr = pluginMgr.getRegistry().getPluginDescriptor(pluginId); if (descr == null) { throw new IOException("Plugin " + pluginId + " not found"); }... | 17,251 |
public MalformedURLException(String message) { super(message); } | public MalformedURLException() { super(message); } | 17,252 |
public MalformedURLException(String message) { super(message); } | public MalformedURLException(String message) { } | 17,253 |
public void update(Graphics g, JComponent c) { AbstractButton b = (AbstractButton) c; if (b.isContentAreaFilled() && UIManager.get(getPropertyPrefix() + "gradient") != null && !b.getModel().isPressed() && b.isEnabled()) { MetalUtils.paintGradient(g, 0, 0, c.getWidth(), c.getHeight(), ... | public void update(Graphics g, JComponent c) { AbstractButton b = (AbstractButton) c; if (b.isContentAreaFilled() && UIManager.get(getPropertyPrefix() + "gradient") != null && ! b.getModel().isPressed() && ! b.getModel().isArmed() && b.isEnabled()) { MetalUtils.paintGradient(g, 0, 0, ... | 17,254 |
protected void installDefaults(AbstractButton b) { UIDefaults defaults = UIManager.getLookAndFeelDefaults(); focusColor = defaults.getColor("Button.focus"); b.setForeground(defaults.getColor("Button.foreground")); b.setBackground(defaults.getColor("Button.background")); b.setMargin(defaults.getInsets(... | protected void installDefaults(AbstractButton b) { UIDefaults defaults = UIManager.getLookAndFeelDefaults(); focusColor = defaults.getColor("Button.focus"); b.setForeground(defaults.getColor("Button.foreground")); b.setBackground(defaults.getColor("Button.background")); b.setMargin(defaults.getInsets(... | 17,255 |
protected void installDefaults(AbstractButton b) { UIDefaults defaults = UIManager.getLookAndFeelDefaults(); focusColor = defaults.getColor("Button.focus"); b.setForeground(defaults.getColor("Button.foreground")); b.setBackground(defaults.getColor("Button.background")); b.setMargin(defaults.getInsets(... | protected void installDefaults(AbstractButton b) { UIDefaults defaults = UIManager.getLookAndFeelDefaults(); focusColor = defaults.getColor("Button.focus"); b.setForeground(defaults.getColor("Button.foreground")); b.setBackground(defaults.getColor("Button.background")); b.setMargin(defaults.getInsets(... | 17,256 |
public abstract boolean equals(Object perm); | public abstract boolean equals(Object perm); | 17,257 |
public String toString(); | public String toString(); | 17,258 |
public Policy() { } | public Policy() { } | 17,259 |
public static Policy getPolicy() { SecurityManager sm = System.getSecurityManager(); if (sm != null) sm.checkPermission(new SecurityPermission("getPolicy")); return currentPolicy; } | public static Policy getPolicy() { SecurityManager sm = System.getSecurityManager(); if (sm != null) sm.checkPermission(new SecurityPermission("getPolicy")); return currentPolicy; } | 17,260 |
public static Policy getPolicy() { SecurityManager sm = System.getSecurityManager(); if (sm != null) sm.checkPermission(new SecurityPermission("getPolicy")); return currentPolicy; } | public static Policy getPolicy() { SecurityManager sm = System.getSecurityManager(); if (sm != null) sm.checkPermission(new SecurityPermission("getPolicy")); return getCurrentPolicy(); } | 17,261 |
public static void setPolicy(Policy policy) { SecurityManager sm = System.getSecurityManager(); if (sm != null) sm.checkPermission(new SecurityPermission("setPolicy")); currentPolicy = policy; } | public static void setPolicy(Policy policy) { SecurityManager sm = System.getSecurityManager(); if (sm != null) sm.checkPermission(new SecurityPermission("setPolicy")); currentPolicy = policy; } | 17,262 |
public BevelBorder(int top, int left, int bottom, int right, Color color) { super(top, left, bottom, right); this.c = color; } | public BevelBorder(int top, int left, int bottom, int right, Color color) { super(top, left, bottom, right); this.c = color; } | 17,264 |
public boolean isBorderOpaque() { return false; } | public boolean isBorderOpaque() { return false; } | 17,265 |
public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { } | public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { } | 17,266 |
public DefaultTreeCellRenderer() { setLeafIcon(getDefaultLeafIcon()); setOpenIcon(getDefaultOpenIcon()); setClosedIcon(getDefaultClosedIcon()); setTextNonSelectionColor(UIManager.getColor("Tree.textForeground")); setTextSelectionColor(UIManager.getColor("Tree.selectionForeground")); ... | public DefaultTreeCellRenderer() { setLeafIcon(getDefaultLeafIcon()); setOpenIcon(getDefaultOpenIcon()); setClosedIcon(getDefaultClosedIcon()); setTextNonSelectionColor(UIManager.getColor("Tree.textForeground")); setTextSelectionColor(UIManager.getColor("Tree.selectionForeground")); ... | 17,268 |
protected void firePropertyChange(String value0, Object value1, Object value2) { // Overridden for performance reasons. } // firePropertyChange() | protected void firePropertyChange(String value0, Object value1, Object value2) { // Overridden for performance reasons. } // firePropertyChange() | 17,269 |
protected void firePropertyChange(String value0, Object value1, Object value2) { // Overridden for performance reasons. } // firePropertyChange() | protected void firePropertyChange(String value0, Object value1, Object value2) { // Overridden for performance reasons. } // firePropertyChange() | 17,270 |
public Dimension getPreferredSize() { Rectangle vr = new Rectangle(); Rectangle ir = new Rectangle(); Rectangle tr = new Rectangle(); FontMetrics fm = getToolkit().getFontMetrics(getFont()); SwingUtilities.layoutCompoundLabel(((JLabel) this), fm, getText(), getIcon(... | public Dimension getPreferredSize() { Rectangle vr = new Rectangle(); Rectangle ir = new Rectangle(); Rectangle tr = new Rectangle(); FontMetrics fm = getToolkit().getFontMetrics(getFont()); SwingUtilities.layoutCompoundLabel((JLabel) this, fm, getText(), getIcon(),... | 17,271 |
public Dimension getPreferredSize() { Rectangle vr = new Rectangle(); Rectangle ir = new Rectangle(); Rectangle tr = new Rectangle(); FontMetrics fm = getToolkit().getFontMetrics(getFont()); SwingUtilities.layoutCompoundLabel(((JLabel) this), fm, getText(), getIcon(... | public Dimension getPreferredSize() { Rectangle vr = new Rectangle(); Rectangle ir = new Rectangle(); Rectangle tr = new Rectangle(); FontMetrics fm = getToolkit().getFontMetrics(getFont()); SwingUtilities.layoutCompoundLabel(((JLabel) this), fm, getText(), getIcon(... | 17,272 |
public void paint(Graphics g) { // paint background Rectangle vr = new Rectangle(); Rectangle ir = new Rectangle(); Rectangle tr = new Rectangle(); Insets insets = new Insets(0, 0, 0, 0); Border border = UIManager.getBorder("Tree.selectionBorder"); if (border != null) insets = border.getBorde... | public void paint(Graphics g) { // paint background Rectangle vr = new Rectangle(); Rectangle ir = new Rectangle(); Rectangle tr = new Rectangle(); Insets insets = new Insets(0, 0, 0, 0); Border border = UIManager.getBorder("Tree.selectionBorder"); if (border != null) insets = border.getBorde... | 17,273 |
public void paint(Graphics g) { // paint background Rectangle vr = new Rectangle(); Rectangle ir = new Rectangle(); Rectangle tr = new Rectangle(); Insets insets = new Insets(0, 0, 0, 0); Border border = UIManager.getBorder("Tree.selectionBorder"); if (border != null) insets = border.getBorde... | public void paint(Graphics g) { // paint background Rectangle vr = new Rectangle(); Rectangle ir = new Rectangle(); Rectangle tr = new Rectangle(); Insets insets = new Insets(0, 0, 0, 0); Border border = UIManager.getBorder("Tree.selectionBorder"); if (border != null) insets = border.getBorde... | 17,274 |
public void repaint(long value0, int value1, int value2, int value3, int value4) { // Overridden for performance reasons. } // repaint() | public void repaint(long value0, int value1, int value2, int value3, int value4) { // Overridden for performance reasons. } // repaint() | 17,275 |
public void repaint(long value0, int value1, int value2, int value3, int value4) { // Overridden for performance reasons. } // repaint() | public void repaint(long value0, int value1, int value2, int value3, int value4) { // Overridden for performance reasons. } // repaint() | 17,276 |
public void revalidate() { // Overridden for performance reasons. } // revalidate() | public void revalidate() { // Overridden for performance reasons. } // revalidate() | 17,277 |
public void setClosedIcon(Icon i) { closedIcon = i; } | public void setClosedIcon(Icon i) { closedIcon = i; } | 17,278 |
public void setClosedIcon(Icon i) { closedIcon = i; } | public void setClosedIcon(Icon i) { closedIcon = i; } | 17,279 |
public void setLeafIcon(Icon i) { leafIcon = i; } | public void setLeafIcon(Icon i) { leafIcon = i; } | 17,280 |
public void setLeafIcon(Icon i) { leafIcon = i; } | public void setLeafIcon(Icon i) { leafIcon = i; } | 17,281 |
public void setOpenIcon(Icon i) { openIcon = i; } | public void setOpenIcon(Icon i) { openIcon = i; } | 17,282 |
public void setOpenIcon(Icon i) { openIcon = i; } | public void setOpenIcon(Icon i) { openIcon = i; } | 17,283 |
public void validate() { // Overridden for performance reasons. } // validate() | public void validate() { // Overridden for performance reasons. } // validate() | 17,284 |
TemplateNode clone(Stylesheet stylesheet) { return new OtherwiseNode((children == null) ? null : children.clone(stylesheet), (next == null) ? null : next.clone(stylesheet)); } | TemplateNode clone(Stylesheet stylesheet) { return new OtherwiseNode((children == null) ? null : children.clone(stylesheet), (next == null) ? null : next.clone(stylesheet)); } | 17,285 |
clearRect(int x, int y, int width, int height); | clearRect(int x, int y, int width, int height); | 17,287 |
clipRect(int x, int y, int width, int height); | clipRect(int x, int y, int width, int height); | 17,288 |
copyArea(int x, int y, int width, int height, int dx, int dy); | copyArea(int x, int y, int width, int height, int dx, int dy); | 17,289 |
create(); | create(); | 17,290 |
dispose(); | dispose(); | 17,291 |
draw3DRect(int x, int y, int width, int height, boolean raised){ Color color = getColor(); Color tl = color.brighter(); Color br = color.darker(); if (!raised) { Color tmp = tl; tl = br; br = tmp; } int x1 = x; int y1 = y; int x2 = x + width; int y2 = y + height; setColor(tl); drawLine(x1, y1, x2, y... | draw3DRect(int x, int y, int width, int height, boolean raised){ Color color = getColor(); Color tl = color.brighter(); Color br = color.darker(); if (!raised) { Color tmp = tl; tl = br; br = tmp; } int x1 = x; int y1 = y; int x2 = x + width; int y2 = y + height; setColor(tl); drawLine(x1, y1, x2, y... | 17,292 |
drawArc(int x, int y, int width, int height, int arcStart, int arcAngle); | drawArc(int x, int y, int width, int height, int arcStart, int arcAngle); | 17,293 |
drawBytes(byte[] data, int offset, int length, int x, int y){ String str = new String(data, offset, length); drawString(str, x, y);} | drawBytes(byte[] data, int offset, int length, int x, int y){ String str = new String(data, offset, length); drawString(str, x, y);} | 17,294 |
drawChars(char data[], int offset, int length, int x, int y){ drawString(new String(data, offset, length), x, y);} | drawChars(char data[], int offset, int length, int x, int y){ drawString(new String(data, offset, length), x, y);} | 17,295 |
drawImage(Image image, int x, int y, ImageObserver observer); | drawImage(Image image, int x, int y, ImageObserver observer); | 17,296 |
drawLine(int x1, int y1, int x2, int y2); | drawLine(int x1, int y1, int x2, int y2); | 17,297 |
drawOval(int x, int y, int width, int height); | drawOval(int x, int y, int width, int height); | 17,298 |
drawPolygon(int xPoints[], int yPoints[], int npoints); | drawPolygon(int xPoints[], int yPoints[], int npoints); | 17,299 |
drawPolyline(int xPoints[], int yPoints[], int npoints); | drawPolyline(int xPoints[], int yPoints[], int npoints); | 17,300 |
drawRect(int x, int y, int width, int height){ int x1 = x; int y1 = y; int x2 = x + width; int y2 = y + height; drawLine(x1, y1, x2, y1); drawLine(x2, y1, x2, y2); drawLine(x2, y2, x1, y2); drawLine(x1, y2, x1, y1);} | drawRect(int x, int y, int width, int height){ int x1 = x; int y1 = y; int x2 = x + width; int y2 = y + height; drawLine(x1, y1, x2, y1); drawLine(x2, y1, x2, y2); drawLine(x2, y2, x1, y2); drawLine(x1, y2, x1, y1);} | 17,301 |
drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight); | drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight); | 17,302 |
drawString(String string, int x, int y); | drawString(String string, int x, int y); | 17,303 |
fill3DRect(int x, int y, int width, int height, boolean raised){ fillRect(x, y, width, height); draw3DRect(x, y, width-1, height-1, raised);} | fill3DRect(int x, int y, int width, int height, boolean raised){ fillRect(x, y, width, height); draw3DRect(x, y, width-1, height-1, raised);} | 17,304 |
fillArc(int x, int y, int width, int height, int arcStart, int arcAngle); | fillArc(int x, int y, int width, int height, int arcStart, int arcAngle); | 17,305 |
fillOval(int x, int y, int width, int height); | fillOval(int x, int y, int width, int height); | 17,306 |
fillPolygon(int xPoints[], int yPoints[], int npoints); | fillPolygon(int xPoints[], int yPoints[], int npoints); | 17,307 |
fillRect(int x, int y, int width, int height); | public abstract void fillRect(int x, int y, int width, int height); | 17,308 |
fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight); | fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight); | 17,309 |
finalize(){ dispose();} | finalize(){ dispose();} | 17,310 |
getClip(); | getClip(); | 17,311 |
getClipBounds(); | getClipBounds(); | 17,312 |
getClipRect(){ return(getClipBounds());} | getClipRect(){ return(getClipBounds());} | 17,313 |
getClipRect(){ return(getClipBounds());} | getClipRect(){ return(getClipBounds());} | 17,314 |
getColor(); | getColor(); | 17,315 |
getFont(); | getFont(); | 17,316 |
getFontMetrics(){ return(getFontMetrics(getFont()));} | getFontMetrics(){ return(getFontMetrics(getFont()));} | 17,317 |
getFontMetrics(){ return(getFontMetrics(getFont()));} | getFontMetrics(){ return(getFontMetrics(getFont()));} | 17,318 |
hitClip(int x, int y, int width, int height){ throw new UnsupportedOperationException("not implemented yet");} | hitClip(int x, int y, int width, int height){ throw new UnsupportedOperationException("not implemented yet");} | 17,319 |
hitClip(int x, int y, int width, int height){ throw new UnsupportedOperationException("not implemented yet");} | hitClip(int x, int y, int width, int height){ throw new UnsupportedOperationException("not implemented yet");} | 17,320 |
setClip(int x, int y, int width, int height); | setClip(int x, int y, int width, int height); | 17,321 |
setColor(Color color); | setColor(Color color); | 17,322 |
setFont(Font font); | setFont(Font font); | 17,323 |
setPaintMode(); | setPaintMode(); | 17,324 |
setXORMode(Color color); | setXORMode(Color color); | 17,325 |
toString(){ return getClass ().getName () + "[font=" + getFont () + ",color=" + getColor () + "]";} | toString(){ return getClass ().getName () + "[font=" + getFont () + ",color=" + getColor () + "]";} | 17,326 |
toString(){ return getClass ().getName () + "[font=" + getFont () + ",color=" + getColor () + "]";} | toString(){ return getClass ().getName () + "[font=" + getFont () + ",color=" + getColor () + "]";} | 17,327 |
translate(int x, int y); | translate(int x, int y); | 17,328 |
private void addGroup(ThreadGroup grp) { final int max = grp.activeCount() * 2; final Thread[] ts = new Thread[max]; grp.enumerate(ts,false); for (int i = 0; i < max; i++) { final Thread t = ts[i]; if (t != null) { JIFSFile F = new JIFSFthread(t.getName(),t, this); addFSE(F); } } final int... | private void addGroup(ThreadGroup grp) { final int max = grp.activeCount() * 2; final Thread[] ts = new Thread[max]; grp.enumerate(ts,false); for (int i = 0; i < max; i++) { final Thread t = ts[i]; if (t != null) { JIFSFile F = new JIFSFthread(t.getName(),t, this); addFSE(F); } } final int... | 17,329 |
private void addGroup(ThreadGroup grp) { final int max = grp.activeCount() * 2; final Thread[] ts = new Thread[max]; grp.enumerate(ts,false); for (int i = 0; i < max; i++) { final Thread t = ts[i]; if (t != null) { JIFSFile F = new JIFSFthread(t.getName(),t, this); addFSE(F); } } final int... | private void addGroup(ThreadGroup grp) { final int max = grp.activeCount() * 2; final Thread[] ts = new Thread[max]; grp.enumerate(ts,false); for (int i = 0; i < max; i++) { final Thread t = ts[i]; if (t != null) { JIFSFile F = new JIFSFthread(t.getName(),t, this); addFSE(F); } } final int... | 17,330 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.