ScrollPane.java (setBlockIncrement): Throw error.
* java/awt/ScrollPane.java (setBlockIncrement): Throw error. (getViewportSize): Insets include scrollbar size. (doLayout): Finished. (getScrollPosition): Wrote. * java/awt/peer/ScrollPanePeer.java (setBlockIncrement): Removed. From-SVN: r38670
This commit is contained in:
parent
6bfa3dac74
commit
234fb86cae
3 changed files with 21 additions and 21 deletions
|
@ -17,6 +17,5 @@ public interface ScrollPanePeer extends ContainerPeer
|
|||
int getVScrollbarWidth();
|
||||
void setScrollPosition(int x, int y);
|
||||
void setUnitIncrement(Adjustable adj, int increment);
|
||||
void setBlockIncrement(Adjustable adj, int increment);
|
||||
void setValue(Adjustable adj, int value);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue