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;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public ClientBoot spacer() {
|
||||||
|
return label("");
|
||||||
|
}
|
||||||
|
|
||||||
public ClientBoot label(String name) {
|
public ClientBoot label(String name) {
|
||||||
List<CBCallbackContainer> list = window.options.peek();
|
List<CBCallbackContainer> list = window.options.peek();
|
||||||
if(window.selected == list.size())
|
if(window.selected == list.size())
|
||||||
|
|
Loading…
Add table
Reference in a new issue