Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ getStrWidth
Method
getStrWidth
src/main/java/ui/controls/PopUp.java:205–207 ·
view source on GitHub ↗
(String string)
Source
from the content-addressed store, hash-verified
203
}
204
205
private
int
getStrWidth(String string) {
206
return
font.stringWidth(string);
207
}
208
209
private
int
getMaxWidth() {
210
Vector lines=((PopUpElement)popUps.elementAt(0)).getMessage();
Callers
1
getMaxWidth
Method · 0.95
Calls
1
stringWidth
Method · 0.65
Tested by
no test coverage detected