        {
            "type": "TableWidget", "name": "QuickCreateTable",
            "fields": {
                "anchor": { "x": 0.5, "y": 0.5 },
                "rect": { "x": 339, "y": -330 },
                "columns": [ { "width": 658, "alignment": { "h": "center", "v": "center" } } ],
                "rowHeight": 140,
                "generateFocusLinks": true,
            },
            "children": [
                {
                    "type": "TableRowWidget", "name": "Row Quick Create Game",
                    "children": [
                        {
                            "type": "ButtonWidget", "name": "QuickCreate",
                            "fields": {
                                "filename": "PauseMenu\\PauseButton",
                                "hoveredFrame": 3,
                                "textString": "",
                                "pressLabelOffset": [ 0, 0 ],
                                "onClickMessage": "PanelManager:OpenPanel:quickcreategame",
                                "acceptsReturnKey": true,
                                "focusOnMouseOver": true,
                                "sound": "cursor_select",
                            }
                        },
                        {
                            "type": "TextBoxWidget", "name": "QuickCreateText",
                            "fields": {
                                "rect": { "x": 0, "y": -10, "width": 658, "height": 140 },
                                "text": "@jghelp50009creategame",
                                "style": {
                                    "fontColor": "$LightButtonTextColor",
                                    "pointSize": "$MediumLargeFontSize",
                                    "spacing": "$MinimumSpacing",
                                    "alignment": { "h": "center", "v": "center" },
                                    "options": { "pipeCharacterBehavior": "handle" }
                                }
                            }
                        }
                    ]
                },
            ]
        },
