22 package com.realtime.crossfire.jxclient.skin.skin;
27 import javax.swing.GroupLayout;
28 import org.jetbrains.annotations.NotNull;
56 gui.setLayout(
new GroupLayout(gui));
Combines a list of GUIElements to for a gui.
GuiFactory(@NotNull final GUICommandFactory guiCommandFactory)
Creates a new instance.
final GUICommandFactory guiCommandFactory
The GUICommandFactory for creating commands.
Factory for creating Gui instances.
Gui newGui()
Creates a new Gui instance.
Factory for creating GUICommand instances from string representation.
Manages a set of key bindings.