Add components to final Box

This commit is contained in:
Tristan B. Kildaire 2020-10-25 23:39:09 +02:00
parent ac48d440bd
commit 32deadfc83
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@ public final class UserNode
userLabel.addOnQueryTooltip(&userLabelHoverHandler);
/* TODO: Implement me */
/* Add both components */
box.add(userButton);
box.add(userLabel);
}
/**