This commit is contained in:
parent
bec8029ec4
commit
501a100f7d
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ public class ClientBoot {
|
|||
return this;
|
||||
}
|
||||
|
||||
public ClientBoot spacer() {
|
||||
return label("");
|
||||
}
|
||||
|
||||
public ClientBoot label(String name) {
|
||||
List<CBCallbackContainer> list = window.options.peek();
|
||||
if(window.selected == list.size())
|
||||
|
|
Loading…
Reference in a new issue