bugged stringlengths 6 599k | fixed stringlengths 6 40.8M | __index_level_0__ int64 0 3.24M |
|---|---|---|
public float getAlignmentX() { return alignmentX; } | public float getAlignmentX() { return alignmentX; } | 13,932 |
public float getAlignmentX() { return alignmentX; } | public float getAlignmentX() { return alignmentX; } | 13,933 |
public float getAlignmentY() { return alignmentY; } | public float getAlignmentY() { return alignmentY; } | 13,934 |
public float getAlignmentY() { return alignmentY; } | public float getAlignmentY() { return alignmentY; } | 13,935 |
public boolean getAutoscrolls() { return autoscrolls; } | public boolean getAutoscrolls() { return autoscrolls; } | 13,936 |
public boolean getAutoscrolls() { return autoscrolls; } | public boolean getAutoscrolls() { return autoscrolls; } | 13,937 |
public Rectangle getBounds(Rectangle rv) { if (rv == null) return new Rectangle(getX(), getY(), getWidth(), getHeight()); else { rv.setBounds(getX(), getY(), getWidth(), getHeight()); return rv; } } | public Rectangle getBounds(Rectangle rv) { if (rv == null) return new Rectangle(getX(), getY(), getWidth(), getHeight()); else { rv.setBounds(getX(), getY(), getWidth(), getHeight()); return rv; } } | 13,938 |
public Rectangle getBounds(Rectangle rv) { if (rv == null) return new Rectangle(getX(), getY(), getWidth(), getHeight()); else { rv.setBounds(getX(), getY(), getWidth(), getHeight()); return rv; } } | public Rectangle getBounds(Rectangle rv) { if (rv == null) return new Rectangle(getX(), getY(), getWidth(), getHeight()); else { rv.setBounds(getX(), getY(), getWidth(), getHeight()); return rv; } } | 13,939 |
public Rectangle getBounds(Rectangle rv) { if (rv == null) return new Rectangle(getX(), getY(), getWidth(), getHeight()); else { rv.setBounds(getX(), getY(), getWidth(), getHeight()); return rv; } } | public Rectangle getBounds(Rectangle rv) { if (rv == null) return new Rectangle(getX(), getY(), getWidth(), getHeight()); else { rv.setBounds(getX(), getY(), getWidth(), getHeight()); return rv; } } | 13,940 |
private Hashtable getClientProperties() { if (clientProperties == null) clientProperties = new Hashtable(); return clientProperties; } | private Hashtable getClientProperties() { if (clientProperties == null) clientProperties = new Hashtable(); return clientProperties; } | 13,941 |
private Hashtable getClientProperties() { if (clientProperties == null) clientProperties = new Hashtable(); return clientProperties; } | private Hashtable getClientProperties() { if (clientProperties == null) clientProperties = new Hashtable(); return clientProperties; } | 13,942 |
public final Object getClientProperty(Object key) { return getClientProperties().get(key); } | public final Object getClientProperty(Object key) { return getClientProperties().get(key); } | 13,943 |
public final Object getClientProperty(Object key) { return getClientProperties().get(key); } | public final Object getClientProperty(Object key) { return getClientProperties().get(key); } | 13,944 |
protected Graphics getComponentGraphics(Graphics g) { g.setFont (this.getFont()); g.setColor (this.getForeground()); return g; } | protected Graphics getComponentGraphics(Graphics g) { g.setFont (this.getFont()); g.setColor (this.getForeground()); return g; } | 13,945 |
protected Graphics getComponentGraphics(Graphics g) { g.setFont (this.getFont()); g.setColor (this.getForeground()); return g; } | protected Graphics getComponentGraphics(Graphics g) { g.setFont (this.getFont()); g.setColor (this.getForeground()); return g; } | 13,946 |
public int getDebugGraphicsOptions() { return 0; } | public int getDebugGraphicsOptions() { return 0; } | 13,947 |
public Insets getInsets() { if (border == null) return super.getInsets(); return getBorder().getBorderInsets(this); } | public Insets getInsets() { if (border == null) return super.getInsets(); return getBorder().getBorderInsets(this); } | 13,948 |
public Point getLocation(Point rv) { if (rv == null) return new Point(getX(), getY()); rv.setLocation(getX(), getY()); return rv; } | public Point getLocation(Point rv) { if (rv == null) return new Point(getX(), getY()); rv.setLocation(getX(), getY()); return rv; } | 13,949 |
public Point getLocation(Point rv) { if (rv == null) return new Point(getX(), getY()); rv.setLocation(getX(), getY()); return rv; } | public Point getLocation(Point rv) { if (rv == null) return new Point(getX(), getY()); rv.setLocation(getX(), getY()); return rv; } | 13,950 |
public Dimension getMaximumSize() { if (maximumSize != null) return maximumSize; if (ui != null) { Dimension s = ui.getMaximumSize(this); if (s != null) return s; } Dimension p = super.getMaximumSize(); return p; } | public Dimension getMaximumSize() { if (maximumSize != null) return maximumSize; if (ui != null) { Dimension s = ui.getMaximumSize(this); if (s != null) return s; } Dimension p = super.getMaximumSize(); return p; } | 13,951 |
public Dimension getMaximumSize() { if (maximumSize != null) return maximumSize; if (ui != null) { Dimension s = ui.getMaximumSize(this); if (s != null) return s; } Dimension p = super.getMaximumSize(); return p; } | public Dimension getMaximumSize() { if (maximumSize != null) return maximumSize; if (ui != null) { Dimension s = ui.getMaximumSize(this); if (s != null) return s; } Dimension p = super.getMaximumSize(); return p; } | 13,952 |
public Dimension getMaximumSize() { if (maximumSize != null) return maximumSize; if (ui != null) { Dimension s = ui.getMaximumSize(this); if (s != null) return s; } Dimension p = super.getMaximumSize(); return p; } | public Dimension getMaximumSize() { if (maximumSize != null) return maximumSize; if (ui != null) { Dimension s = ui.getMaximumSize(this); if (s != null) return s; } Dimension p = super.getMaximumSize(); return p; } | 13,953 |
public Dimension getMinimumSize() { if (minimumSize != null) return minimumSize; if (ui != null) { Dimension s = ui.getMinimumSize(this); if (s != null) return s; } Dimension p = super.getMinimumSize(); return p; } | public Dimension getMinimumSize() { if (minimumSize != null) return minimumSize; if (ui != null) { Dimension s = ui.getMinimumSize(this); if (s != null) return s; } Dimension p = super.getMinimumSize(); return p; } | 13,954 |
public Dimension getMinimumSize() { if (minimumSize != null) return minimumSize; if (ui != null) { Dimension s = ui.getMinimumSize(this); if (s != null) return s; } Dimension p = super.getMinimumSize(); return p; } | public Dimension getMinimumSize() { if (minimumSize != null) return minimumSize; if (ui != null) { Dimension s = ui.getMinimumSize(this); if (s != null) return s; } Dimension p = super.getMinimumSize(); return p; } | 13,955 |
public Dimension getMinimumSize() { if (minimumSize != null) return minimumSize; if (ui != null) { Dimension s = ui.getMinimumSize(this); if (s != null) return s; } Dimension p = super.getMinimumSize(); return p; } | public Dimension getMinimumSize() { if (minimumSize != null) return minimumSize; if (ui != null) { Dimension s = ui.getMinimumSize(this); if (s != null) return s; } Dimension p = super.getMinimumSize(); return p; } | 13,956 |
public Component getNextFocusableComponent() { return null; } | public Component getNextFocusableComponent() { return null; } | 13,957 |
public Dimension getPreferredSize() { Dimension prefSize = null; if (preferredSize != null) prefSize = preferredSize; else if (ui != null) { Dimension s = ui.getPreferredSize(this); if (s != null) prefSize = s; } if (prefSize == null) prefSize = super.getPreferredSize(); // mak... | public Dimension getPreferredSize() { Dimension prefSize = null; if (preferredSize != null) prefSize = preferredSize; else if (ui != null) { Dimension s = ui.getPreferredSize(this); if (s != null) prefSize = s; } if (prefSize == null) prefSize = super.getPreferredSize(); // mak... | 13,958 |
public Dimension getPreferredSize() { Dimension prefSize = null; if (preferredSize != null) prefSize = preferredSize; else if (ui != null) { Dimension s = ui.getPreferredSize(this); if (s != null) prefSize = s; } if (prefSize == null) prefSize = super.getPreferredSize(); // mak... | public Dimension getPreferredSize() { Dimension prefSize = null; if (preferredSize != null) prefSize = preferredSize; else if (ui != null) { Dimension s = ui.getPreferredSize(this); if (s != null) prefSize = s; } if (prefSize == null) prefSize = super.getPreferredSize(); // mak... | 13,959 |
public Dimension getPreferredSize() { Dimension prefSize = null; if (preferredSize != null) prefSize = preferredSize; else if (ui != null) { Dimension s = ui.getPreferredSize(this); if (s != null) prefSize = s; } if (prefSize == null) prefSize = super.getPreferredSize(); // mak... | public Dimension getPreferredSize() { Dimension prefSize = null; if (preferredSize != null) prefSize = preferredSize; else if (ui != null) { Dimension s = ui.getPreferredSize(this); if (s != null) prefSize = s; } if (prefSize == null) prefSize = super.getPreferredSize(); // mak... | 13,960 |
public Dimension getPreferredSize() { Dimension prefSize = null; if (preferredSize != null) prefSize = preferredSize; else if (ui != null) { Dimension s = ui.getPreferredSize(this); if (s != null) prefSize = s; } if (prefSize == null) prefSize = super.getPreferredSize(); // mak... | public Dimension getPreferredSize() { Dimension prefSize = null; if (preferredSize != null) prefSize = preferredSize; else if (ui != null) { Dimension s = ui.getPreferredSize(this); if (s != null) prefSize = s; } if (prefSize == null) prefSize = super.getPreferredSize(); // mak... | 13,961 |
public PropertyChangeListener[] getPropertyChangeListeners(String property) { return changeSupport == null ? new PropertyChangeListener[0] : changeSupport.getPropertyChangeListeners(property); } | public PropertyChangeListener[] getPropertyChangeListeners(String property) { return changeSupport == null ? new PropertyChangeListener[0] : changeSupport.getPropertyChangeListeners(property); } | 13,962 |
public KeyStroke[] getRegisteredKeyStrokes() { return null; } | public KeyStroke[] getRegisteredKeyStrokes() { return null; } | 13,963 |
public JRootPane getRootPane() { JRootPane p = SwingUtilities.getRootPane(this); return p; } | public JRootPane getRootPane() { JRootPane p = SwingUtilities.getRootPane(this); return p; } | 13,964 |
public Dimension getSize(Dimension rv) { if (rv == null) return new Dimension(getWidth(), getHeight()); else { rv.setSize(getWidth(), getHeight()); return rv; } } | public Dimension getSize(Dimension rv) { if (rv == null) return new Dimension(getWidth(), getHeight()); else { rv.setSize(getWidth(), getHeight()); return rv; } } | 13,965 |
public Dimension getSize(Dimension rv) { if (rv == null) return new Dimension(getWidth(), getHeight()); else { rv.setSize(getWidth(), getHeight()); return rv; } } | public Dimension getSize(Dimension rv) { if (rv == null) return new Dimension(getWidth(), getHeight()); else { rv.setSize(getWidth(), getHeight()); return rv; } } | 13,966 |
public Dimension getSize(Dimension rv) { if (rv == null) return new Dimension(getWidth(), getHeight()); else { rv.setSize(getWidth(), getHeight()); return rv; } } | public Dimension getSize(Dimension rv) { if (rv == null) return new Dimension(getWidth(), getHeight()); else { rv.setSize(getWidth(), getHeight()); return rv; } } | 13,967 |
public Container getTopLevelAncestor() { Container c = getParent(); for (Container peek = c; peek != null; peek = peek.getParent()) c = peek; return c; } | public Container getTopLevelAncestor() { Container c = getParent(); for (Container peek = c; peek != null; peek = peek.getParent()) c = peek; return c; } | 13,968 |
public Container getTopLevelAncestor() { Container c = getParent(); for (Container peek = c; peek != null; peek = peek.getParent()) c = peek; return c; } | public Container getTopLevelAncestor() { Container c = getParent(); for (Container peek = c; peek != null; peek = peek.getParent()) c = peek; return c; } | 13,969 |
public String getUIClassID() { return "ComponentUI"; } | public String getUIClassID() { return "ComponentUI"; } | 13,970 |
public VetoableChangeListener[] getVetoableChangeListeners() { return (VetoableChangeListener[]) getListeners(VetoableChangeListener.class); } | public VetoableChangeListener[] getVetoableChangeListeners() { return (VetoableChangeListener[]) getListeners(VetoableChangeListener.class); } | 13,971 |
public Rectangle getVisibleRect() { Rectangle r = new Rectangle(); computeVisibleRect(r); return r; } | public Rectangle getVisibleRect() { Rectangle r = new Rectangle(); computeVisibleRect(r); return r; } | 13,972 |
public Rectangle getVisibleRect() { Rectangle r = new Rectangle(); computeVisibleRect(r); return r; } | public Rectangle getVisibleRect() { Rectangle r = new Rectangle(); computeVisibleRect(r); return r; } | 13,973 |
public void grabFocus() { } | public void grabFocus() { } | 13,974 |
public boolean isDoubleBuffered() { return doubleBuffered; } | public boolean isDoubleBuffered() { return doubleBuffered; } | 13,975 |
public boolean isDoubleBuffered() { return doubleBuffered; } | public boolean isDoubleBuffered() { return doubleBuffered; } | 13,976 |
public static boolean isLightweightComponent(Component c) { return c.getPeer() instanceof LightweightPeer; } | public static boolean isLightweightComponent(Component c) { return c.getPeer() instanceof LightweightPeer; } | 13,977 |
public boolean isManagingFocus() { return false; } | public boolean isManagingFocus() { return false; } | 13,978 |
public boolean isOptimizedDrawingEnabled() { return true; } | public boolean isOptimizedDrawingEnabled() { return true; } | 13,979 |
public boolean isPaintingTile() { return false; } | public boolean isPaintingTile() { return false; } | 13,980 |
public boolean isRequestFocusEnabled() { return requestFocusEnabled; } | public boolean isRequestFocusEnabled() { return requestFocusEnabled; } | 13,981 |
public boolean isRequestFocusEnabled() { return requestFocusEnabled; } | public boolean isRequestFocusEnabled() { return requestFocusEnabled; } | 13,982 |
public boolean isValidateRoot() { return false; } | public boolean isValidateRoot() { return false; } | 13,983 |
public void paint(Graphics g) { Graphics g2 = g; Image doubleBuffer = null; RepaintManager rm = RepaintManager.currentManager(this); if (isDoubleBuffered() && (rm.isDoubleBufferingEnabled()) && (! Thread.holdsLock(paintLock))) { doubleBuffer = rm.getOffscreenBuffer(this, getWidth(), g... | public void paint(Graphics g) { Graphics g2 = g; Image doubleBuffer = null; RepaintManager rm = RepaintManager.currentManager(this); if (isDoubleBuffered() && (rm.isDoubleBufferingEnabled()) && (! Thread.holdsLock(paintLock))) { doubleBuffer = rm.getOffscreenBuffer(this, getWidth(), g... | 13,984 |
protected void paintBorder(Graphics g) { if (getBorder() != null) getBorder().paintBorder(this, g, 0, 0, getWidth(), getHeight()); } | protected void paintBorder(Graphics g) { if (getBorder() != null) getBorder().paintBorder(this, g, 0, 0, getWidth(), getHeight()); } | 13,985 |
protected void paintBorder(Graphics g) { if (getBorder() != null) getBorder().paintBorder(this, g, 0, 0, getWidth(), getHeight()); } | protected void paintBorder(Graphics g) { if (getBorder() != null) getBorder().paintBorder(this, g, 0, 0, getWidth(), getHeight()); } | 13,986 |
protected void paintChildren(Graphics g) { super.paint(g); } | protected void paintChildren(Graphics g) { super.paint(g); } | 13,987 |
protected void paintComponent(Graphics g) { if (ui != null) { Graphics g2 = g; if (!(g instanceof Graphics2D)) g2 = g.create(); ui.update(getComponentGraphics(g2), this); if (!(g instanceof Graphics2D)) g2.dispose(); } } | protected void paintComponent(Graphics g) { if (ui != null) { Graphics g2 = g; if (!(g instanceof Graphics2D)) g2 = g.create(); ui.update(getComponentGraphics(g2), this); if (!(g instanceof Graphics2D)) g2.dispose(); } } | 13,988 |
protected void paintComponent(Graphics g) { if (ui != null) { Graphics g2 = g; if (!(g instanceof Graphics2D)) g2 = g.create(); ui.update(getComponentGraphics(g2), this); if (!(g instanceof Graphics2D)) g2.dispose(); } } | protected void paintComponent(Graphics g) { if (ui != null) { Graphics g2 = g; if (!(g instanceof Graphics2D)) g2 = g.create(); ui.update(getComponentGraphics(g2), this); if (!(g instanceof Graphics2D)) g2.dispose(); } } | 13,989 |
public void paintImmediately(int x, int y, int w, int h) { paintImmediately(new Rectangle(x, y, w, h)); } | public void paintImmediately(int x, int y, int w, int h) { paintImmediately(new Rectangle(x, y, w, h)); } | 13,990 |
public void paintImmediately(int x, int y, int w, int h) { paintImmediately(new Rectangle(x, y, w, h)); } | public void paintImmediately(int x, int y, int w, int h) { paintImmediately(new Rectangle(x, y, w, h)); } | 13,991 |
protected String paramString() { StringBuffer sb = new StringBuffer(); sb.append(super.paramString()); sb.append(",alignmentX=").append(getAlignmentX()); sb.append(",alignmentY=").append(getAlignmentY()); sb.append(",border="); if (getBorder() != null) sb.append(getBorder()); sb.append(",max... | protected String paramString() { StringBuffer sb = new StringBuffer(); sb.append(super.paramString()); sb.append(",alignmentX=").append(getAlignmentX()); sb.append(",alignmentY=").append(getAlignmentY()); sb.append(",border="); if (getBorder() != null) sb.append(getBorder()); sb.append(",max... | 13,992 |
protected String paramString() { StringBuffer sb = new StringBuffer(); sb.append(super.paramString()); sb.append(",alignmentX=").append(getAlignmentX()); sb.append(",alignmentY=").append(getAlignmentY()); sb.append(",border="); if (getBorder() != null) sb.append(getBorder()); sb.append(",max... | protected String paramString() { StringBuffer sb = new StringBuffer(); sb.append(super.paramString()); sb.append(",alignmentX=").append(getAlignmentX()); sb.append(",alignmentY=").append(getAlignmentY()); sb.append(",border="); if (getBorder() != null) sb.append(getBorder()); sb.append(",max... | 13,993 |
protected boolean processKeyBinding(KeyStroke ks, KeyEvent e, int condition, boolean pressed) { if (isEnabled()) { Action act = null; InputMap map = getInputMap(condition); if ... | protected boolean processKeyBinding(KeyStroke ks, KeyEvent e, int condition, boolean pressed) { if (isEnabled()) { Action act = null; InputMap map = getInputMap(condition); if ... | 13,994 |
protected void processKeyEvent(KeyEvent e) { // let the AWT event processing send KeyEvents to registered listeners super.processKeyEvent(e); processComponentKeyEvent(e); if (e.isConsumed()) return; // Input maps are checked in this order: // 1. The focused component's WHEN_FOCUSED map is chec... | protected void processKeyEvent(KeyEvent e) { // let the AWT event processing send KeyEvents to registered listeners super.processKeyEvent(e); processComponentKeyEvent(e); if (e.isConsumed()) return; // Input maps are checked in this order: // 1. The focused component's WHEN_FOCUSED map is chec... | 13,995 |
public final void putClientProperty(Object key, Object value) { if (value != null) getClientProperties().put(key, value); else getClientProperties().remove(key); } | public final void putClientProperty(Object key, Object value) { Hashtable t = getClientProperties(); Object old = t.get(key); if (value != null) getClientProperties().put(key, value); else getClientProperties().remove(key); } | 13,996 |
public final void putClientProperty(Object key, Object value) { if (value != null) getClientProperties().put(key, value); else getClientProperties().remove(key); } | public final void putClientProperty(Object key, Object value) { if (value != null) t.put(key, value); else getClientProperties().remove(key); } | 13,997 |
public final void putClientProperty(Object key, Object value) { if (value != null) getClientProperties().put(key, value); else getClientProperties().remove(key); } | public final void putClientProperty(Object key, Object value) { if (value != null) getClientProperties().put(key, value); else getClientProperties().remove(key); } | 13,998 |
public void registerKeyboardAction(ActionListener act, KeyStroke stroke, int cond) { registerKeyboardAction(act, null, stroke, cond); } | public void registerKeyboardAction(ActionListener act, KeyStroke stroke, int cond) { registerKeyboardAction(act, null, stroke, cond); } | 13,999 |
public void registerKeyboardAction(ActionListener act, KeyStroke stroke, int cond) { registerKeyboardAction(act, null, stroke, cond); } | public void registerKeyboardAction(ActionListener act, KeyStroke stroke, int cond) { registerKeyboardAction(act, null, stroke, cond); } | 14,000 |
public void repaint(long tm, int x, int y, int width, int height) { Rectangle dirty = new Rectangle(x, y, width, height); Rectangle vis = getVisibleRect(); dirty = dirty.intersection(vis); RepaintManager.currentManager(this).addDirtyRegion(this, dirty.x, dirty.y, ... | public void repaint(long tm, int x, int y, int width, int height) { Rectangle dirty = new Rectangle(x, y, width, height); Rectangle vis = getVisibleRect(); dirty = dirty.intersection(vis); RepaintManager.currentManager(this).addDirtyRegion(this, dirty.x, dirty.y, ... | 14,001 |
public void repaint(long tm, int x, int y, int width, int height) { Rectangle dirty = new Rectangle(x, y, width, height); Rectangle vis = getVisibleRect(); dirty = dirty.intersection(vis); RepaintManager.currentManager(this).addDirtyRegion(this, dirty.x, dirty.y, ... | public void repaint(long tm, int x, int y, int width, int height) { Rectangle dirty = new Rectangle(x, y, width, height); Rectangle vis = getVisibleRect(); dirty = dirty.intersection(vis); RepaintManager.currentManager(this).addDirtyRegion(this, dirty.x, dirty.y, ... | 14,002 |
public boolean requestDefaultFocus() { return false; } | public boolean requestDefaultFocus() { return false; } | 14,003 |
public boolean requestDefaultFocus() { return false; } | public boolean requestDefaultFocus() { return false; } | 14,004 |
public void resetKeyboardActions() { if (inputMap_whenFocused != null) inputMap_whenFocused.clear(); if (inputMap_whenAncestorOfFocused != null) inputMap_whenAncestorOfFocused.clear(); if (inputMap_whenInFocusedWindow != null) inputMap_whenInFocusedWindow.clear(); if (actionMap != null) ... | public void resetKeyboardActions() { if (inputMap_whenFocused != null) inputMap_whenFocused.clear(); if (inputMap_whenAncestorOfFocused != null) inputMap_whenAncestorOfFocused.clear(); if (inputMap_whenInFocusedWindow != null) inputMap_whenInFocusedWindow.clear(); if (actionMap != null) ... | 14,005 |
public void resetKeyboardActions() { if (inputMap_whenFocused != null) inputMap_whenFocused.clear(); if (inputMap_whenAncestorOfFocused != null) inputMap_whenAncestorOfFocused.clear(); if (inputMap_whenInFocusedWindow != null) inputMap_whenInFocusedWindow.clear(); if (actionMap != null) ... | public void resetKeyboardActions() { if (inputMap_whenFocused != null) inputMap_whenFocused.clear(); if (inputMap_whenAncestorOfFocused != null) inputMap_whenAncestorOfFocused.clear(); if (inputMap_whenInFocusedWindow != null) inputMap_whenInFocusedWindow.clear(); if (actionMap != null) ... | 14,006 |
public void revalidate() { invalidate(); RepaintManager.currentManager(this).addInvalidComponent(this); } | public void revalidate() { invalidate(); RepaintManager.currentManager(this).addInvalidComponent(this); } | 14,007 |
public void revalidate() { invalidate(); RepaintManager.currentManager(this).addInvalidComponent(this); } | public void revalidate() { invalidate(); RepaintManager.currentManager(this).addInvalidComponent(this); } | 14,008 |
public void scrollRectToVisible(Rectangle r) { Component p = getParent(); if (p instanceof JComponent) ((JComponent) p).scrollRectToVisible(r); } | public void scrollRectToVisible(Rectangle r) { Component p = getParent(); if (p instanceof JComponent) ((JComponent) p).scrollRectToVisible(r); } | 14,009 |
public void scrollRectToVisible(Rectangle r) { Component p = getParent(); if (p instanceof JComponent) ((JComponent) p).scrollRectToVisible(r); } | public void scrollRectToVisible(Rectangle r) { Component p = getParent(); if (p instanceof JComponent) ((JComponent) p).scrollRectToVisible(r); } | 14,010 |
public void setAlignmentX(float a) { alignmentX = a; } | public void setAlignmentX(float a) { alignmentX = a; } | 14,011 |
public void setAlignmentX(float a) { alignmentX = a; } | public void setAlignmentX(float a) { alignmentX = a; } | 14,012 |
public void setAlignmentY(float a) { alignmentY = a; } | public void setAlignmentY(float a) { alignmentY = a; } | 14,013 |
public void setAlignmentY(float a) { alignmentY = a; } | public void setAlignmentY(float a) { alignmentY = a; } | 14,014 |
public void setAutoscrolls(boolean a) { autoscrolls = a; } | public void setAutoscrolls(boolean a) { autoscrolls = a; } | 14,015 |
public void setAutoscrolls(boolean a) { autoscrolls = a; } | public void setAutoscrolls(boolean a) { autoscrolls = a; } | 14,016 |
public void setBackground(Color bg) { super.setBackground(bg); } | public void setBackground(Color bg) { super.setBackground(bg); } | 14,017 |
public void setBorder(Border newBorder) { Border oldBorder = border; border = newBorder; firePropertyChange("border", oldBorder, newBorder); } | public void setBorder(Border newBorder) { Border oldBorder = border; border = newBorder; firePropertyChange("border", oldBorder, newBorder); } | 14,018 |
public void setBorder(Border newBorder) { Border oldBorder = border; border = newBorder; firePropertyChange("border", oldBorder, newBorder); } | public void setBorder(Border newBorder) { Border oldBorder = border; border = newBorder; firePropertyChange("border", oldBorder, newBorder); } | 14,019 |
public void setDebugGraphicsOptions(int debugOptions) { debugGraphicsOptions = debugOptions; } | public void setDebugGraphicsOptions(int debugOptions) { debugGraphicsOptions = debugOptions; } | 14,020 |
public void setDebugGraphicsOptions(int debugOptions) { debugGraphicsOptions = debugOptions; } | public void setDebugGraphicsOptions(int debugOptions) { debugGraphicsOptions = debugOptions; } | 14,021 |
public void setDoubleBuffered(boolean db) { doubleBuffered = db; } | public void setDoubleBuffered(boolean db) { doubleBuffered = db; } | 14,022 |
public void setDoubleBuffered(boolean db) { doubleBuffered = db; } | public void setDoubleBuffered(boolean db) { doubleBuffered = db; } | 14,023 |
public void setEnabled(boolean enable) { boolean oldEnabled = isEnabled(); super.setEnabled(enable); firePropertyChange("enabled", oldEnabled, enable); } | public void setEnabled(boolean enable) { boolean oldEnabled = isEnabled(); super.setEnabled(enable); firePropertyChange("enabled", oldEnabled, enable); } | 14,024 |
public void setEnabled(boolean enable) { boolean oldEnabled = isEnabled(); super.setEnabled(enable); firePropertyChange("enabled", oldEnabled, enable); } | public void setEnabled(boolean enable) { boolean oldEnabled = isEnabled(); super.setEnabled(enable); firePropertyChange("enabled", oldEnabled, enable); } | 14,025 |
public void setFont(Font f) { super.setFont(f); } | public void setFont(Font f) { super.setFont(f); } | 14,026 |
public void setFont(Font f) { super.setFont(f); } | public void setFont(Font f) { super.setFont(f); } | 14,027 |
public void setForeground(Color fg) { super.setForeground(fg); } | public void setForeground(Color fg) { super.setForeground(fg); } | 14,028 |
public void setMaximumSize(Dimension max) { Dimension oldMaximumSize = maximumSize; maximumSize = max; firePropertyChange("maximumSize", oldMaximumSize, maximumSize); } | public void setMaximumSize(Dimension max) { Dimension oldMaximumSize = maximumSize; maximumSize = max; firePropertyChange("maximumSize", oldMaximumSize, maximumSize); } | 14,029 |
public void setMaximumSize(Dimension max) { Dimension oldMaximumSize = maximumSize; maximumSize = max; firePropertyChange("maximumSize", oldMaximumSize, maximumSize); } | public void setMaximumSize(Dimension max) { Dimension oldMaximumSize = maximumSize; maximumSize = max; firePropertyChange("maximumSize", oldMaximumSize, maximumSize); } | 14,030 |
public void setMinimumSize(Dimension min) { Dimension oldMinimumSize = minimumSize; minimumSize = min; firePropertyChange("minimumSize", oldMinimumSize, minimumSize); } | public void setMinimumSize(Dimension min) { Dimension oldMinimumSize = minimumSize; minimumSize = min; firePropertyChange("minimumSize", oldMinimumSize, minimumSize); } | 14,031 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.