MCPcopy Create free account
hub / github.com/Var3D/var3dframe / getCheckBox

Method getCheckBox

core/src/core/java/var3d/net/center/VGame.java:2264–2266  ·  view source on GitHub ↗

创建CheckBox

(String downimgname, String upimgname)

Source from the content-addressed store, hash-verified

2262 * 创建CheckBox
2263 */
2264 public UI<CheckBox> getCheckBox(String downimgname, String upimgname) {
2265 return getUI(new CheckBox("", getCheckBoxStyle(downimgname, upimgname, Color.WHITE)));
2266 }
2267
2268 @SuppressWarnings("rawtypes")
2269 public <T> UI<VSelectBox> getSelectBox(String titlebg) {

Callers

nothing calls this directly

Calls 2

getUIMethod · 0.95
getCheckBoxStyleMethod · 0.95

Tested by

no test coverage detected