mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2024-11-25 11:39:44 +01:00
added header to CreateGameMenu
This commit is contained in:
parent
7b3f31f099
commit
fab2457715
@ -25,6 +25,7 @@ import com.simsilica.lemur.component.SpringGridLayout;
|
||||
|
||||
import static pp.monopoly.Resources.lookup;
|
||||
|
||||
import com.simsilica.lemur.style.ElementId;
|
||||
import pp.monopoly.client.MonopolyApp;
|
||||
import pp.monopoly.client.NetworkSupport;
|
||||
import pp.monopoly.server.MonopolyServer;
|
||||
@ -77,6 +78,7 @@ public class CreateGameMenu extends Dialog {
|
||||
background.setLocalTranslation(0, 0, -1); // Ensure it is behind other GUI elements
|
||||
app.getGuiNode().attachChild(background);
|
||||
|
||||
addChild(new Label("Spiel erstellen", new ElementId("header"))); //NON-NLS
|
||||
final Container input = new Container(new SpringGridLayout());
|
||||
input.addChild(new Label(lookup("host.name") + ": "));
|
||||
input.addChild(host, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user