📅  最后修改于: 2022-03-11 14:52:39.695000             🧑  作者: Mango
ControlP5
method is getController(java.lang.String) returns ControlP5.Controller
Example
ControlP5 cp5=new Controller(this);
cp5.addButton("hello_btn").setPosition(100,100);
cp5.getController("hello_btn").setPosition(100,120);