cleanups and format fixes

This commit is contained in:
Ben Fry
2014-05-04 16:16:12 -04:00
parent 88a5071423
commit d1a181a4a7

View File

@@ -190,22 +190,22 @@ public class JEditTextArea extends JComponent
}
// /**
// * Get current position of the vertical scroll bar. [fry]
// * @deprecated Use {@link #getVerticalScrollPosition()}.
// */
// public int getScrollPosition() {
// return getVerticalScrollPosition();
// }
//
//
// /**
// * Set position of the vertical scroll bar. [fry]
// * @deprecated Use {@link #setVerticalScrollPosition(int)}.
// */
// public void setScrollPosition(int what) {
// setVerticalScrollPosition(what);
// }
/**
* Get current position of the vertical scroll bar. [fry]
* @deprecated Use {@link #getVerticalScrollPosition()}.
*/
public int getScrollPosition() {
return getVerticalScrollPosition();
}
/**
* Set position of the vertical scroll bar. [fry]
* @deprecated Use {@link #setVerticalScrollPosition(int)}.
*/
public void setScrollPosition(int what) {
setVerticalScrollPosition(what);
}
/**