Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ setSize
Method
setSize
src/main/java/ui/controls/ScrollBar.java:88–90 ·
view source on GitHub ↗
(int size)
Source
from the content-addressed store, hash-verified
86
}
87
88
public
void
setSize(
int
size) {
89
this.size = size;
90
}
91
92
public
int
getPostion() {
93
return
position;
Callers
6
getItemRef
Method · 0.45
MainBar
Method · 0.45
paint
Method · 0.45
setElementAt
Method · 0.45
importData
Method · 0.45
VCard
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected