Searched refs:autoscrolls (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java252 private boolean autoscrolls; field in class:JComponent
3114 * Sets the <code>autoscrolls</code> property.
3145 * @param autoscrolls if true, synthetic mouse dragged events
3157 public void setAutoscrolls(boolean autoscrolls) { argument
3159 if (this.autoscrolls != autoscrolls) {
3160 this.autoscrolls = autoscrolls;
3161 if (autoscrolls) {
3172 * Gets the <code>autoscrolls</cod
[all...]

Completed in 35 milliseconds