mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-01-19 00:06:16 +01:00
added javadoc
This commit is contained in:
parent
8de7499c21
commit
98f453d7f8
@ -136,6 +136,11 @@ public class Toolbar extends Dialog implements GameEventListener {
|
|||||||
app.getGuiNode().attachChild(border);
|
app.getGuiNode().attachChild(border);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Adds a spacer to the specified container.
|
||||||
|
*
|
||||||
|
* @param container the container to which the spacer is added
|
||||||
|
*/
|
||||||
private void setupSpacer(Container container) {
|
private void setupSpacer(Container container) {
|
||||||
Container spacer = container.addChild(new Container());
|
Container spacer = container.addChild(new Container());
|
||||||
spacer.setPreferredSize(new Vector3f(20, 10, 0));
|
spacer.setPreferredSize(new Vector3f(20, 10, 0));
|
||||||
|
Loading…
Reference in New Issue
Block a user