Lines Matching refs:setBounds
117 * <code>setBounds</code> are requests (not directives) which are
828 * If the {@code setSize} or {@code setBounds} methods
881 * @see #setBounds
903 * @see #setBounds
939 * replaced by <code>setBounds(int, int, int, int)</code>.
958 setBounds(x, y, w, h);
3383 * <code>setBounds</code> after calling <code>setLocationByPlatform</code> clear
3465 public void setBounds(int x, int y, int width, int height) {
3472 super.setBounds(x, y, width, height);
3499 public void setBounds(Rectangle r) {
3500 setBounds(r.x, r.y, r.width, r.height);