mirror of
https://github.com/processing/processing4.git
synced 2026-05-03 09:26:25 +02:00
cleanups and format fixes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user