GraphVisualizer Data Type

A simple visualizer for graphs. It shows (using ShowGraph) a map of the graph, intersections and TransitStops only, and allows a user to select stops, examine incoming and outgoing edges, and examine trip patterns. It's meant mainly for debugging, so it's totally OK if it develops (say) a bunch of weird buttons designed to debug specific cases.

Implemented Interfaces
Accessible, MenuContainer, Serializable
Properties
name data type description
traverseVisitor TraverseVisitor
nearbyVertices JListOfDisplayVertex
graph Graph
Properties inherited from JFrame
rootPane JRootPane
graphics Graphics
glassPane Component
layeredPane JLayeredPane
transferHandler TransferHandler
accessibleContext AccessibleContext
JMenuBar JMenuBar
contentPane Container
defaultCloseOperation number
defaultLookAndFeelDecorated boolean
Properties inherited from Frame
title string
extendedState number
frames array of Frame
state number
cursorType number
iconImage Image
accessibleContext AccessibleContext
resizable boolean
undecorated boolean
menuBar MenuBar
maximizedBounds Rectangle
Properties inherited from Window
toolkit Toolkit
autoRequestFocus boolean
focusableWindow boolean
owner Window
locationByPlatform boolean
background Color
windows array of Window
focused boolean
focusableWindowState boolean
alwaysOnTopSupported boolean
shape Shape
opacity number
active boolean
modalExclusionType ModalExclusionType
windowFocusListeners array of WindowFocusListener
ownerlessWindows array of Window
ownedWindows array of Window
alwaysOnTop boolean
focusOwner Component
windowStateListeners array of WindowStateListener
opaque boolean
focusCycleRootAncestor Container
windowListeners array of WindowListener
mostRecentFocusOwner Component
accessibleContext AccessibleContext
locale string
bufferStrategy BufferStrategy
type Type
warningString string
inputContext InputContext
showing boolean
validateRoot boolean
focusCycleRoot boolean
iconImages array of Image
Properties inherited from Container
focusTraversalPolicy FocusTraversalPolicy
focusTraversalPolicySet boolean
insets Insets
maximumSize Dimension
layout LayoutManager
alignmentX number
componentCount number
focusTraversalPolicyProvider boolean
validateRoot boolean
minimumSize Dimension
components array of Component
focusCycleRoot boolean
preferredSize Dimension
alignmentY number
containerListeners array of ContainerListener
Properties inherited from Component
hierarchyBoundsListeners array of HierarchyBoundsListener
hierarchyListeners array of HierarchyListener
showing boolean
graphics Graphics
minimumSize Dimension
displayable boolean
height number
locale string
background Color
baselineResizeBehavior BaselineResizeBehavior
foreground Color
focusTraversalKeysEnabled boolean
inputMethodRequests InputMethodRequests
componentListeners array of ComponentListener
doubleBuffered boolean
visible boolean
mouseWheelListeners array of MouseWheelListener
treeLock object
valid boolean
focusCycleRootAncestor Container
lightweight boolean
bounds Rectangle
x number
propertyChangeListeners array of PropertyChangeListener
focusListeners array of FocusListener
font Font
accessibleContext AccessibleContext
maximumSizeSet boolean
backgroundSet boolean
focusable boolean
name string
opaque boolean
width number
inputMethodListeners array of InputMethodListener
ignoreRepaint boolean
parent Container
keyListeners array of KeyListener
preferredSizeSet boolean
enabled boolean
componentOrientation ComponentOrientation
maximumSize Dimension
y number
fontSet boolean
location Point
minimumSizeSet boolean
inputContext InputContext
cursor Cursor
locationOnScreen Point
mouseMotionListeners array of MouseMotionListener
graphicsConfiguration GraphicsConfiguration
focusOwner boolean
preferredSize Dimension
size Dimension
colorModel ColorModel
mousePosition Point
foregroundSet boolean
dropTarget DropTarget
mouseListeners array of MouseListener
alignmentY number
alignmentX number
toolkit Toolkit
cursorSet boolean
focusTraversable boolean

Example

{
  "traverseVisitor" : { },
  "nearbyVertices" : {
    "selectionModel" : {
      "selectionEmpty" : true,
      "maxSelectionIndex" : 12345,
      "anchorSelectionIndex" : 12345,
      "selectedIndices" : [ 12345, 12345 ],
      "selectionMode" : 12345,
      "selectedItemsCount" : 12345,
      "leadSelectionIndex" : 12345,
      "valueIsAdjusting" : true,
      "minSelectionIndex" : 12345
    },
    "maxSelectionIndex" : 12345,
    "fixedCellHeight" : 12345,
    "selectedValuesList" : [ {
      "vertex" : { }
    }, {
      "vertex" : { }
    } ],
    "UI" : { },
    "model" : {
      "size" : 12345
    },
    "lastVisibleIndex" : 12345,
    "visibleRowCount" : 12345,
    "firstVisibleIndex" : 12345,
    "leadSelectionIndex" : 12345,
    "listSelectionListeners" : [ { }, { } ],
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "anchorSelectionIndex" : 12345,
    "selectedIndices" : [ 12345, 12345 ],
    "prototypeCellValue" : {
      "vertex" : { }
    },
    "selectionEmpty" : true,
    "preferredScrollableViewportSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "fixedCellWidth" : 12345,
    "dragEnabled" : true,
    "minSelectionIndex" : 12345,
    "selectedValue" : {
      "vertex" : { }
    },
    "valueIsAdjusting" : true,
    "dropMode" : "ON_OR_INSERT_ROWS",
    "scrollableTracksViewportHeight" : true,
    "layoutOrientation" : 12345,
    "UIClassID" : "...",
    "selectionForeground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "selectionBackground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "dropLocation" : {
      "index" : 12345,
      "insert" : true,
      "dropPoint" : { }
    },
    "selectionMode" : 12345,
    "selectedIndex" : 12345,
    "cellRenderer" : { },
    "scrollableTracksViewportWidth" : true,
    "registeredKeyStrokes" : [ {
      "keyEventType" : 12345,
      "onKeyRelease" : true,
      "keyCode" : 12345,
      "modifiers" : 12345,
      "keyChar" : { }
    }, {
      "keyEventType" : 12345,
      "onKeyRelease" : true,
      "keyCode" : 12345,
      "modifiers" : 12345,
      "keyChar" : { }
    } ],
    "componentPopupMenu" : {
      "UI" : { },
      "selectionModel" : { },
      "UIClassID" : "...",
      "borderPainted" : true,
      "lightWeightPopupEnabled" : true,
      "popupMenuListeners" : [ { }, { } ],
      "accessibleContext" : { },
      "defaultLightWeightPopupEnabled" : true,
      "invoker" : { },
      "component" : { },
      "margin" : { },
      "menuKeyListeners" : [ { }, { } ],
      "label" : "...",
      "visible" : true,
      "subElements" : [ { }, { } ],
      "registeredKeyStrokes" : [ { }, { } ],
      "componentPopupMenu" : { },
      "inputVerifier" : { },
      "alignmentX" : 12345.0,
      "maximumSize" : { },
      "transferHandler" : { },
      "debugGraphicsOptions" : 12345,
      "optimizedDrawingEnabled" : true,
      "width" : 12345,
      "visibleRect" : { },
      "opaque" : true,
      "paintingForPrint" : true,
      "inputMap" : { },
      "rootPane" : { },
      "autoscrolls" : true,
      "paintingTile" : true,
      "validateRoot" : true,
      "defaultLocale" : "...",
      "insets" : { },
      "requestFocusEnabled" : true,
      "inheritsPopupMenu" : true,
      "baselineResizeBehavior" : "OTHER",
      "actionMap" : { },
      "x" : 12345,
      "alignmentY" : 12345.0,
      "doubleBuffered" : true,
      "border" : { },
      "vetoableChangeListeners" : [ { }, { } ],
      "toolTipText" : "...",
      "ancestorListeners" : [ { }, { } ],
      "minimumSize" : { },
      "verifyInputWhenFocusTarget" : true,
      "height" : 12345,
      "preferredSize" : { },
      "topLevelAncestor" : { },
      "graphics" : { },
      "y" : 12345,
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "layout" : { },
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "displayable" : true,
      "locale" : "...",
      "background" : { },
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "inputVerifier" : { },
    "alignmentX" : 12345.0,
    "maximumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "transferHandler" : {
      "dragImage" : { },
      "cutAction" : { },
      "pasteAction" : { },
      "dragImageOffset" : { },
      "copyAction" : { }
    },
    "debugGraphicsOptions" : 12345,
    "optimizedDrawingEnabled" : true,
    "width" : 12345,
    "visibleRect" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "opaque" : true,
    "paintingForPrint" : true,
    "inputMap" : {
      "parent" : { }
    },
    "rootPane" : {
      "layeredPane" : { },
      "accessibleContext" : { },
      "windowDecorationStyle" : 12345,
      "UI" : { },
      "contentPane" : { },
      "UIClassID" : "...",
      "optimizedDrawingEnabled" : true,
      "JMenuBar" : { },
      "defaultButton" : { },
      "glassPane" : { },
      "validateRoot" : true,
      "registeredKeyStrokes" : [ { }, { } ],
      "componentPopupMenu" : { },
      "inputVerifier" : { },
      "alignmentX" : 12345.0,
      "maximumSize" : { },
      "transferHandler" : { },
      "debugGraphicsOptions" : 12345,
      "width" : 12345,
      "visibleRect" : { },
      "opaque" : true,
      "paintingForPrint" : true,
      "inputMap" : { },
      "rootPane" : { },
      "autoscrolls" : true,
      "paintingTile" : true,
      "defaultLocale" : "...",
      "insets" : { },
      "requestFocusEnabled" : true,
      "inheritsPopupMenu" : true,
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "actionMap" : { },
      "x" : 12345,
      "alignmentY" : 12345.0,
      "doubleBuffered" : true,
      "border" : { },
      "vetoableChangeListeners" : [ { }, { } ],
      "toolTipText" : "...",
      "ancestorListeners" : [ { }, { } ],
      "minimumSize" : { },
      "verifyInputWhenFocusTarget" : true,
      "height" : 12345,
      "preferredSize" : { },
      "topLevelAncestor" : { },
      "graphics" : { },
      "y" : 12345,
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "layout" : { },
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "displayable" : true,
      "locale" : "...",
      "background" : { },
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "autoscrolls" : true,
    "paintingTile" : true,
    "validateRoot" : true,
    "defaultLocale" : "...",
    "insets" : {
      "top" : 12345,
      "bottom" : 12345,
      "right" : 12345,
      "left" : 12345
    },
    "requestFocusEnabled" : true,
    "inheritsPopupMenu" : true,
    "baselineResizeBehavior" : "CONSTANT_ASCENT",
    "actionMap" : {
      "parent" : { }
    },
    "x" : 12345,
    "alignmentY" : 12345.0,
    "doubleBuffered" : true,
    "border" : {
      "borderOpaque" : true
    },
    "vetoableChangeListeners" : [ { }, { } ],
    "toolTipText" : "...",
    "ancestorListeners" : [ { }, { } ],
    "minimumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "verifyInputWhenFocusTarget" : true,
    "height" : 12345,
    "preferredSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "topLevelAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "y" : 12345,
    "focusTraversalPolicy" : { },
    "focusTraversalPolicySet" : true,
    "layout" : { },
    "componentCount" : 12345,
    "focusTraversalPolicyProvider" : true,
    "components" : [ {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    }, {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    } ],
    "focusCycleRoot" : true,
    "containerListeners" : [ { }, { } ],
    "hierarchyBoundsListeners" : [ { }, { } ],
    "hierarchyListeners" : [ { }, { } ],
    "showing" : true,
    "displayable" : true,
    "locale" : "...",
    "background" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "foreground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "focusTraversalKeysEnabled" : true,
    "inputMethodRequests" : {
      "insertPositionOffset" : 12345,
      "committedTextLength" : 12345
    },
    "componentListeners" : [ { }, { } ],
    "visible" : true,
    "mouseWheelListeners" : [ { }, { } ],
    "treeLock" : { },
    "valid" : true,
    "focusCycleRootAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "lightweight" : true,
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "propertyChangeListeners" : [ { }, { } ],
    "focusListeners" : [ { }, { } ],
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "maximumSizeSet" : true,
    "backgroundSet" : true,
    "focusable" : true,
    "name" : "...",
    "inputMethodListeners" : [ { }, { } ],
    "ignoreRepaint" : true,
    "parent" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "keyListeners" : [ { }, { } ],
    "preferredSizeSet" : true,
    "enabled" : true,
    "componentOrientation" : {
      "leftToRight" : true,
      "horizontal" : true
    },
    "fontSet" : true,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "minimumSizeSet" : true,
    "inputContext" : {
      "instance" : { },
      "locale" : "...",
      "compositionEnabled" : true,
      "inputMethodControlObject" : { }
    },
    "cursor" : {
      "defaultCursor" : { },
      "name" : "...",
      "type" : 12345
    },
    "locationOnScreen" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "mouseMotionListeners" : [ { }, { } ],
    "graphicsConfiguration" : {
      "imageCapabilities" : { },
      "bufferCapabilities" : { },
      "device" : { },
      "bounds" : { },
      "colorModel" : { },
      "translucencyCapable" : true,
      "defaultTransform" : { },
      "normalizingTransform" : { }
    },
    "focusOwner" : true,
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "mousePosition" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "foregroundSet" : true,
    "dropTarget" : {
      "active" : true,
      "defaultActions" : 12345,
      "flavorMap" : { },
      "dropTargetContext" : { },
      "component" : { }
    },
    "mouseListeners" : [ { }, { } ],
    "toolkit" : {
      "maximumCursorColors" : 12345,
      "colorModel" : { },
      "defaultToolkit" : { },
      "alwaysOnTopSupported" : true,
      "systemSelection" : { },
      "dynamicLayoutActive" : true,
      "menuShortcutKeyMaskEx" : 12345,
      "systemEventQueue" : { },
      "systemClipboard" : { },
      "screenSize" : { },
      "screenResolution" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "AWTEventListeners" : [ { }, { } ]
    },
    "cursorSet" : true
  },
  "graph" : {
    "streetNotesService" : { },
    "preferences" : {
      "userNode" : true
    },
    "hasBikeSharing" : true,
    "hasParkRide" : true,
    "hasBikeRide" : true,
    "buildTime" : 12345,
    "hasStreets" : true,
    "hasTransit" : true,
    "hasDirectTransfers" : true,
    "hasFrequencyService" : true,
    "hasScheduledService" : true,
    "hasLinkedBikeParks" : true,
    "ellipsoidToGeoidDifference" : 12345.0,
    "stationById" : {
      "property1" : {
        "name" : "...",
        "coordinate" : { },
        "code" : "...",
        "description" : "...",
        "url" : "...",
        "priority" : "ALLOWED",
        "timezone" : { },
        "childStops" : [ { }, { } ],
        "lat" : 12345.0,
        "lon" : 12345.0,
        "geometry" : { },
        "id" : { }
      },
      "property2" : {
        "name" : "...",
        "coordinate" : { },
        "code" : "...",
        "description" : "...",
        "url" : "...",
        "priority" : "PREFERRED",
        "timezone" : { },
        "childStops" : [ { }, { } ],
        "lat" : 12345.0,
        "lon" : 12345.0,
        "geometry" : { },
        "id" : { }
      }
    },
    "multiModalStationById" : {
      "property1" : {
        "name" : "...",
        "lat" : 12345.0,
        "lon" : 12345.0,
        "code" : "...",
        "description" : "...",
        "url" : "...",
        "childStops" : [ { }, { } ],
        "childStations" : [ { }, { } ],
        "id" : { }
      },
      "property2" : {
        "name" : "...",
        "lat" : 12345.0,
        "lon" : 12345.0,
        "code" : "...",
        "description" : "...",
        "url" : "...",
        "childStops" : [ { }, { } ],
        "childStations" : [ { }, { } ],
        "id" : { }
      }
    },
    "groupOfStationsById" : {
      "property1" : {
        "name" : "...",
        "lat" : 12345.0,
        "lon" : 12345.0,
        "childStops" : [ { }, { } ],
        "childStations" : [ { }, { } ],
        "purposeOfGrouping" : "CLUSTER",
        "id" : { }
      },
      "property2" : {
        "name" : "...",
        "lat" : 12345.0,
        "lon" : 12345.0,
        "childStops" : [ { }, { } ],
        "childStations" : [ { }, { } ],
        "purposeOfGrouping" : "GENERALIZATION",
        "id" : { }
      }
    },
    "tripPatternForId" : {
      "property1" : {
        "name" : "...",
        "route" : { },
        "mode" : "MONORAIL",
        "netexSubmode" : "...",
        "geometry" : { },
        "stops" : [ { }, { } ],
        "direction" : "OUTBOUND",
        "scheduledTimetable" : { },
        "createdByRealtimeUpdater" : true,
        "services" : { },
        "tripHeadsign" : "...",
        "feedId" : "...",
        "id" : { }
      },
      "property2" : {
        "name" : "...",
        "route" : { },
        "mode" : "AIRPLANE",
        "netexSubmode" : "...",
        "geometry" : { },
        "stops" : [ { }, { } ],
        "direction" : "UNKNOWN",
        "scheduledTimetable" : { },
        "createdByRealtimeUpdater" : true,
        "services" : { },
        "tripHeadsign" : "...",
        "feedId" : "...",
        "id" : { }
      }
    },
    "interlinedTrips" : {
      "property1" : {
        "operator" : { },
        "tripOperator" : { },
        "route" : { },
        "serviceId" : { },
        "mode" : "FERRY",
        "netexSubmode" : "...",
        "tripShortName" : "...",
        "internalPlanningCode" : "...",
        "tripHeadsign" : "...",
        "routeShortName" : "...",
        "direction" : "INBOUND",
        "blockId" : "...",
        "shapeId" : { },
        "wheelchairAccessible" : 12345,
        "bikesAllowed" : "ALLOWED",
        "fareId" : "...",
        "tripAlteration" : "CANCELLATION",
        "id" : { }
      },
      "property2" : {
        "operator" : { },
        "tripOperator" : { },
        "route" : { },
        "serviceId" : { },
        "mode" : "FUNICULAR",
        "netexSubmode" : "...",
        "tripShortName" : "...",
        "internalPlanningCode" : "...",
        "tripHeadsign" : "...",
        "routeShortName" : "...",
        "direction" : "CLOCKWISE",
        "blockId" : "...",
        "shapeId" : { },
        "wheelchairAccessible" : 12345,
        "bikesAllowed" : "NOT_ALLOWED",
        "fareId" : "...",
        "tripAlteration" : "EXTRA_JOURNEY",
        "id" : { }
      }
    },
    "transfersByStop" : {
      "empty" : true
    },
    "locationsById" : {
      "property1" : {
        "name" : "...",
        "description" : "...",
        "url" : "...",
        "geometry" : { },
        "coordinate" : { },
        "firstZoneAsString" : "...",
        "partOfStation" : true,
        "id" : { }
      },
      "property2" : {
        "name" : "...",
        "description" : "...",
        "url" : "...",
        "geometry" : { },
        "coordinate" : { },
        "firstZoneAsString" : "...",
        "partOfStation" : true,
        "id" : { }
      }
    },
    "locationGroupsById" : {
      "property1" : {
        "name" : "...",
        "description" : "...",
        "url" : "...",
        "coordinate" : { },
        "firstZoneAsString" : "...",
        "geometry" : { },
        "partOfStation" : true,
        "locations" : [ { }, { } ],
        "id" : { }
      },
      "property2" : {
        "name" : "...",
        "description" : "...",
        "url" : "...",
        "coordinate" : { },
        "firstZoneAsString" : "...",
        "geometry" : { },
        "partOfStation" : true,
        "locations" : [ { }, { } ],
        "id" : { }
      }
    },
    "flexTripsById" : {
      "property1" : {
        "stops" : [ { }, { } ],
        "trip" : { },
        "id" : { }
      },
      "property2" : {
        "stops" : [ { }, { } ],
        "trip" : { },
        "id" : { }
      }
    },
    "nextSplitNumber" : 12345,
    "dataOverlayParameterBindings" : { },
    "timetableSnapshot" : {
      "dirty" : true
    },
    "vertices" : [ {
      "outgoing" : [ { }, { } ],
      "incoming" : [ { }, { } ],
      "degreeOut" : 12345,
      "degreeIn" : 12345,
      "x" : 12345.0,
      "y" : 12345.0,
      "lon" : 12345.0,
      "lat" : 12345.0,
      "name" : { },
      "defaultName" : "...",
      "stationElement" : { },
      "label" : "...",
      "coordinate" : { },
      "outgoingStreetEdges" : [ { }, { } ]
    }, {
      "outgoing" : [ { }, { } ],
      "incoming" : [ { }, { } ],
      "degreeOut" : 12345,
      "degreeIn" : 12345,
      "x" : 12345.0,
      "y" : 12345.0,
      "lon" : 12345.0,
      "lat" : 12345.0,
      "name" : { },
      "defaultName" : "...",
      "stationElement" : { },
      "label" : "...",
      "coordinate" : { },
      "outgoingStreetEdges" : [ { }, { } ]
    } ],
    "edges" : [ {
      "fromVertex" : { },
      "toVertex" : { },
      "partial" : true,
      "direction" : "...",
      "trip" : { },
      "roundabout" : true,
      "defaultName" : "...",
      "name" : { },
      "geometry" : { },
      "distanceMeters" : 12345.0,
      "effectiveWalkDistance" : 12345.0,
      "distanceIndependentTime" : 12345
    }, {
      "fromVertex" : { },
      "toVertex" : { },
      "partial" : true,
      "direction" : "...",
      "trip" : { },
      "roundabout" : true,
      "defaultName" : "...",
      "name" : { },
      "geometry" : { },
      "distanceMeters" : 12345.0,
      "effectiveWalkDistance" : 12345.0,
      "distanceIndependentTime" : 12345
    } ],
    "streetEdges" : [ {
      "wayId" : 12345,
      "elevationProfile" : { },
      "elevationFlattened" : true,
      "maxSlope" : 12345.0,
      "distanceMeters" : 12345.0,
      "effectiveBikeDistance" : 12345.0,
      "effectiveBikeWorkCost" : 12345.0,
      "effectiveWalkDistance" : 12345.0,
      "bicycleSafetyFactor" : 12345.0,
      "name" : { },
      "geometry" : { },
      "wheelchairAccessible" : true,
      "permission" : "PEDESTRIAN_AND_BICYCLE",
      "streetClass" : 12345,
      "back" : true,
      "roundabout" : true,
      "walkNoThruTraffic" : true,
      "motorVehicleNoThruTraffic" : true,
      "bicycleNoThruTraffic" : true,
      "stairs" : true,
      "carSpeed" : 12345.0,
      "slopeOverride" : true,
      "inAngle" : 12345,
      "outAngle" : 12345,
      "turnRestrictions" : [ { }, { } ],
      "startOsmNodeId" : 12345,
      "endOsmNodeId" : 12345,
      "fromVertex" : { },
      "toVertex" : { },
      "partial" : true,
      "direction" : "...",
      "trip" : { },
      "defaultName" : "...",
      "distanceIndependentTime" : 12345
    }, {
      "wayId" : 12345,
      "elevationProfile" : { },
      "elevationFlattened" : true,
      "maxSlope" : 12345.0,
      "distanceMeters" : 12345.0,
      "effectiveBikeDistance" : 12345.0,
      "effectiveBikeWorkCost" : 12345.0,
      "effectiveWalkDistance" : 12345.0,
      "bicycleSafetyFactor" : 12345.0,
      "name" : { },
      "geometry" : { },
      "wheelchairAccessible" : true,
      "permission" : "CAR",
      "streetClass" : 12345,
      "back" : true,
      "roundabout" : true,
      "walkNoThruTraffic" : true,
      "motorVehicleNoThruTraffic" : true,
      "bicycleNoThruTraffic" : true,
      "stairs" : true,
      "carSpeed" : 12345.0,
      "slopeOverride" : true,
      "inAngle" : 12345,
      "outAngle" : 12345,
      "turnRestrictions" : [ { }, { } ],
      "startOsmNodeId" : 12345,
      "endOsmNodeId" : 12345,
      "fromVertex" : { },
      "toVertex" : { },
      "partial" : true,
      "direction" : "...",
      "trip" : { },
      "defaultName" : "...",
      "distanceIndependentTime" : 12345
    } ],
    "transitLayer" : {
      "stopIndex" : { },
      "transitDataZoneId" : "...",
      "stopCount" : 12345,
      "transferService" : { },
      "transferCache" : { },
      "tripPatternMapper" : { },
      "transferIndexGenerator" : { }
    },
    "realtimeTransitLayer" : {
      "stopIndex" : { },
      "transitDataZoneId" : "...",
      "stopCount" : 12345,
      "transferService" : { },
      "transferCache" : { },
      "tripPatternMapper" : { },
      "transferIndexGenerator" : { }
    },
    "extent" : {
      "width" : 12345.0,
      "null" : true,
      "diameter" : 12345.0,
      "area" : 12345.0,
      "minY" : 12345.0,
      "height" : 12345.0,
      "maxX" : 12345.0,
      "maxY" : 12345.0,
      "minX" : 12345.0
    },
    "transferService" : { },
    "bundle" : {
      "path" : { },
      "graphPath" : { },
      "extraClassPath" : { }
    },
    "transitModes" : [ "FUNICULAR", "FUNICULAR" ],
    "calendarService" : {
      "serviceIds" : [ { }, { } ]
    },
    "calendarDataService" : {
      "agencyIds" : [ { }, { } ],
      "serviceIds" : [ { }, { } ]
    },
    "streetIndex" : {
      "vertexLinker" : { }
    },
    "linker" : { },
    "feedIds" : [ "...", "..." ],
    "agencies" : [ {
      "name" : "...",
      "url" : "...",
      "timezone" : "...",
      "lang" : "...",
      "phone" : "...",
      "fareUrl" : "...",
      "brandingUrl" : "...",
      "id" : { }
    }, {
      "name" : "...",
      "url" : "...",
      "timezone" : "...",
      "lang" : "...",
      "phone" : "...",
      "fareUrl" : "...",
      "brandingUrl" : "...",
      "id" : { }
    } ],
    "timeZone" : {
      "rawOffset" : 12345,
      "DSTSavings" : 12345,
      "availableIDs" : [ "...", "..." ],
      "default" : { },
      "displayName" : "...",
      "ID" : "..."
    },
    "operators" : [ {
      "name" : "...",
      "url" : "...",
      "phone" : "...",
      "id" : { }
    }, {
      "name" : "...",
      "url" : "...",
      "phone" : "...",
      "id" : { }
    } ],
    "convexHull" : {
      "length" : 12345.0,
      "numGeometries" : 12345,
      "precisionModel" : { },
      "interiorPoint" : { },
      "rectangle" : true,
      "area" : 12345.0,
      "boundary" : { },
      "boundaryDimension" : 12345,
      "numPoints" : 12345,
      "coordinates" : [ { }, { } ],
      "dimension" : 12345,
      "envelopeInternal" : { },
      "empty" : true,
      "coordinate" : { },
      "centroid" : { },
      "factory" : { },
      "SRID" : 12345,
      "simple" : true,
      "userData" : { },
      "geometryType" : "...",
      "envelope" : { },
      "valid" : true
    },
    "envelope" : {
      "lowerLeftLongitude" : 12345.0,
      "lowerLeftLatitude" : 12345.0,
      "upperRightLongitude" : 12345.0,
      "upperRightLatitude" : 12345.0
    },
    "center" : {
      "x" : 12345.0,
      "y" : 12345.0,
      "z" : 12345.0,
      "m" : 12345.0,
      "valid" : true
    },
    "transitServiceStarts" : 12345,
    "transitServiceEnds" : 12345,
    "noticesByElement" : {
      "empty" : true
    },
    "distanceBetweenElevationSamples" : 12345.0,
    "transitAlertService" : {
      "allAlerts" : [ { }, { } ]
    },
    "vehicleRentalStationService" : {
      "vehicleRentalPlaces" : [ { }, { } ],
      "vehicleRentalVehicles" : [ { }, { } ],
      "vehicleRentalStations" : [ { }, { } ]
    },
    "vehicleParkingService" : {
      "bikeParks" : [ { }, { } ],
      "carParks" : [ { }, { } ],
      "vehicleParkings" : [ { }, { } ]
    },
    "tripPatterns" : [ {
      "name" : "...",
      "route" : { },
      "mode" : "FUNICULAR",
      "netexSubmode" : "...",
      "geometry" : { },
      "stops" : [ { }, { } ],
      "direction" : "CLOCKWISE",
      "scheduledTimetable" : { },
      "createdByRealtimeUpdater" : true,
      "services" : { },
      "tripHeadsign" : "...",
      "feedId" : "...",
      "id" : { }
    }, {
      "name" : "...",
      "route" : { },
      "mode" : "TROLLEYBUS",
      "netexSubmode" : "...",
      "geometry" : { },
      "stops" : [ { }, { } ],
      "direction" : "OUTBOUND",
      "scheduledTimetable" : { },
      "createdByRealtimeUpdater" : true,
      "services" : { },
      "tripHeadsign" : "...",
      "feedId" : "...",
      "id" : { }
    } ],
    "notices" : [ {
      "text" : "...",
      "publicCode" : "...",
      "id" : { }
    }, {
      "text" : "...",
      "publicCode" : "...",
      "id" : { }
    } ],
    "stations" : [ {
      "name" : "...",
      "coordinate" : { },
      "code" : "...",
      "description" : "...",
      "url" : "...",
      "priority" : "RECOMMENDED",
      "timezone" : { },
      "childStops" : [ { }, { } ],
      "lat" : 12345.0,
      "lon" : 12345.0,
      "geometry" : { },
      "id" : { }
    }, {
      "name" : "...",
      "coordinate" : { },
      "code" : "...",
      "description" : "...",
      "url" : "...",
      "priority" : "PREFERRED",
      "timezone" : { },
      "childStops" : [ { }, { } ],
      "lat" : 12345.0,
      "lon" : 12345.0,
      "geometry" : { },
      "id" : { }
    } ],
    "serviceCodes" : {
      "property1" : 12345,
      "property2" : 12345
    },
    "drivingDirection" : "LEFT_HAND_TRAFFIC",
    "intersectionTraversalModel" : { },
    "allFlexStopsFlat" : [ {
      "geometry" : { },
      "parentStation" : { },
      "platformCode" : "...",
      "name" : "...",
      "partOfStation" : true,
      "lon" : 12345.0,
      "firstZoneAsString" : "...",
      "description" : "...",
      "vehicleSubmode" : "...",
      "fareZones" : [ { }, { } ],
      "priority" : "DISCOURAGED",
      "timeZone" : { },
      "url" : "...",
      "code" : "...",
      "wheelchairBoarding" : "NOT_POSSIBLE",
      "lat" : 12345.0,
      "id" : { },
      "coordinate" : { },
      "vehicleType" : "FERRY"
    }, {
      "geometry" : { },
      "parentStation" : { },
      "platformCode" : "...",
      "name" : "...",
      "partOfStation" : true,
      "lon" : 12345.0,
      "firstZoneAsString" : "...",
      "description" : "...",
      "vehicleSubmode" : "...",
      "fareZones" : [ { }, { } ],
      "priority" : "RECOMMENDED",
      "timeZone" : { },
      "url" : "...",
      "code" : "...",
      "wheelchairBoarding" : "NO_INFORMATION",
      "lat" : 12345.0,
      "id" : { },
      "coordinate" : { },
      "vehicleType" : "CABLE_CAR"
    } ]
  },
  "rootPane" : {
    "layeredPane" : {
      "optimizedDrawingEnabled" : true,
      "accessibleContext" : { },
      "registeredKeyStrokes" : [ { }, { } ],
      "componentPopupMenu" : { },
      "inputVerifier" : { },
      "alignmentX" : 12345.0,
      "maximumSize" : { },
      "transferHandler" : { },
      "debugGraphicsOptions" : 12345,
      "UIClassID" : "...",
      "width" : 12345,
      "visibleRect" : { },
      "opaque" : true,
      "paintingForPrint" : true,
      "inputMap" : { },
      "rootPane" : { },
      "autoscrolls" : true,
      "paintingTile" : true,
      "validateRoot" : true,
      "defaultLocale" : "...",
      "insets" : { },
      "requestFocusEnabled" : true,
      "inheritsPopupMenu" : true,
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "actionMap" : { },
      "x" : 12345,
      "alignmentY" : 12345.0,
      "doubleBuffered" : true,
      "border" : { },
      "vetoableChangeListeners" : [ { }, { } ],
      "toolTipText" : "...",
      "ancestorListeners" : [ { }, { } ],
      "minimumSize" : { },
      "verifyInputWhenFocusTarget" : true,
      "height" : 12345,
      "preferredSize" : { },
      "topLevelAncestor" : { },
      "UI" : { },
      "graphics" : { },
      "y" : 12345,
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "layout" : { },
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "displayable" : true,
      "locale" : "...",
      "background" : { },
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "windowDecorationStyle" : 12345,
    "UI" : { },
    "contentPane" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "UIClassID" : "...",
    "optimizedDrawingEnabled" : true,
    "JMenuBar" : {
      "selectionModel" : { },
      "UIClassID" : "...",
      "selected" : true,
      "component" : { },
      "subElements" : [ { }, { } ],
      "margin" : { },
      "helpMenu" : { },
      "borderPainted" : true,
      "menuCount" : 12345,
      "accessibleContext" : { },
      "UI" : { },
      "registeredKeyStrokes" : [ { }, { } ],
      "componentPopupMenu" : { },
      "inputVerifier" : { },
      "alignmentX" : 12345.0,
      "maximumSize" : { },
      "transferHandler" : { },
      "debugGraphicsOptions" : 12345,
      "optimizedDrawingEnabled" : true,
      "width" : 12345,
      "visibleRect" : { },
      "opaque" : true,
      "paintingForPrint" : true,
      "inputMap" : { },
      "rootPane" : { },
      "autoscrolls" : true,
      "paintingTile" : true,
      "validateRoot" : true,
      "defaultLocale" : "...",
      "insets" : { },
      "requestFocusEnabled" : true,
      "inheritsPopupMenu" : true,
      "baselineResizeBehavior" : "OTHER",
      "actionMap" : { },
      "x" : 12345,
      "alignmentY" : 12345.0,
      "doubleBuffered" : true,
      "border" : { },
      "vetoableChangeListeners" : [ { }, { } ],
      "toolTipText" : "...",
      "ancestorListeners" : [ { }, { } ],
      "minimumSize" : { },
      "verifyInputWhenFocusTarget" : true,
      "height" : 12345,
      "preferredSize" : { },
      "topLevelAncestor" : { },
      "graphics" : { },
      "y" : 12345,
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "layout" : { },
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "displayable" : true,
      "locale" : "...",
      "background" : { },
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "defaultButton" : {
      "defaultButton" : true,
      "accessibleContext" : { },
      "UIClassID" : "...",
      "defaultCapable" : true,
      "actionListeners" : [ { }, { } ],
      "rolloverSelectedIcon" : { },
      "selectedIcon" : { },
      "borderPainted" : true,
      "displayedMnemonicIndex" : 12345,
      "rolloverEnabled" : true,
      "horizontalAlignment" : 12345,
      "hideActionText" : true,
      "horizontalTextPosition" : 12345,
      "selectedObjects" : [ { }, { } ],
      "focusPainted" : true,
      "multiClickThreshhold" : 12345,
      "actionCommand" : "...",
      "model" : { },
      "selected" : true,
      "itemListeners" : [ { }, { } ],
      "disabledSelectedIcon" : { },
      "mnemonic" : 12345,
      "verticalAlignment" : 12345,
      "verticalTextPosition" : 12345,
      "icon" : { },
      "changeListeners" : [ { }, { } ],
      "pressedIcon" : { },
      "margin" : { },
      "contentAreaFilled" : true,
      "rolloverIcon" : { },
      "action" : { },
      "UI" : { },
      "disabledIcon" : { },
      "iconTextGap" : 12345,
      "text" : "...",
      "registeredKeyStrokes" : [ { }, { } ],
      "componentPopupMenu" : { },
      "inputVerifier" : { },
      "alignmentX" : 12345.0,
      "maximumSize" : { },
      "transferHandler" : { },
      "debugGraphicsOptions" : 12345,
      "optimizedDrawingEnabled" : true,
      "width" : 12345,
      "visibleRect" : { },
      "opaque" : true,
      "paintingForPrint" : true,
      "inputMap" : { },
      "rootPane" : { },
      "autoscrolls" : true,
      "paintingTile" : true,
      "validateRoot" : true,
      "defaultLocale" : "...",
      "insets" : { },
      "requestFocusEnabled" : true,
      "inheritsPopupMenu" : true,
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "actionMap" : { },
      "x" : 12345,
      "alignmentY" : 12345.0,
      "doubleBuffered" : true,
      "border" : { },
      "vetoableChangeListeners" : [ { }, { } ],
      "toolTipText" : "...",
      "ancestorListeners" : [ { }, { } ],
      "minimumSize" : { },
      "verifyInputWhenFocusTarget" : true,
      "height" : 12345,
      "preferredSize" : { },
      "topLevelAncestor" : { },
      "graphics" : { },
      "y" : 12345,
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "layout" : { },
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "displayable" : true,
      "locale" : "...",
      "background" : { },
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "glassPane" : {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    },
    "validateRoot" : true,
    "registeredKeyStrokes" : [ {
      "keyEventType" : 12345,
      "onKeyRelease" : true,
      "keyCode" : 12345,
      "modifiers" : 12345,
      "keyChar" : { }
    }, {
      "keyEventType" : 12345,
      "onKeyRelease" : true,
      "keyCode" : 12345,
      "modifiers" : 12345,
      "keyChar" : { }
    } ],
    "componentPopupMenu" : {
      "UI" : { },
      "selectionModel" : { },
      "UIClassID" : "...",
      "borderPainted" : true,
      "lightWeightPopupEnabled" : true,
      "popupMenuListeners" : [ { }, { } ],
      "accessibleContext" : { },
      "defaultLightWeightPopupEnabled" : true,
      "invoker" : { },
      "component" : { },
      "margin" : { },
      "menuKeyListeners" : [ { }, { } ],
      "label" : "...",
      "visible" : true,
      "subElements" : [ { }, { } ],
      "registeredKeyStrokes" : [ { }, { } ],
      "componentPopupMenu" : { },
      "inputVerifier" : { },
      "alignmentX" : 12345.0,
      "maximumSize" : { },
      "transferHandler" : { },
      "debugGraphicsOptions" : 12345,
      "optimizedDrawingEnabled" : true,
      "width" : 12345,
      "visibleRect" : { },
      "opaque" : true,
      "paintingForPrint" : true,
      "inputMap" : { },
      "rootPane" : { },
      "autoscrolls" : true,
      "paintingTile" : true,
      "validateRoot" : true,
      "defaultLocale" : "...",
      "insets" : { },
      "requestFocusEnabled" : true,
      "inheritsPopupMenu" : true,
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "actionMap" : { },
      "x" : 12345,
      "alignmentY" : 12345.0,
      "doubleBuffered" : true,
      "border" : { },
      "vetoableChangeListeners" : [ { }, { } ],
      "toolTipText" : "...",
      "ancestorListeners" : [ { }, { } ],
      "minimumSize" : { },
      "verifyInputWhenFocusTarget" : true,
      "height" : 12345,
      "preferredSize" : { },
      "topLevelAncestor" : { },
      "graphics" : { },
      "y" : 12345,
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "layout" : { },
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "displayable" : true,
      "locale" : "...",
      "background" : { },
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "inputVerifier" : { },
    "alignmentX" : 12345.0,
    "maximumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "transferHandler" : {
      "dragImage" : { },
      "cutAction" : { },
      "pasteAction" : { },
      "dragImageOffset" : { },
      "copyAction" : { }
    },
    "debugGraphicsOptions" : 12345,
    "width" : 12345,
    "visibleRect" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "opaque" : true,
    "paintingForPrint" : true,
    "inputMap" : {
      "parent" : { }
    },
    "rootPane" : { },
    "autoscrolls" : true,
    "paintingTile" : true,
    "defaultLocale" : "...",
    "insets" : {
      "top" : 12345,
      "bottom" : 12345,
      "right" : 12345,
      "left" : 12345
    },
    "requestFocusEnabled" : true,
    "inheritsPopupMenu" : true,
    "baselineResizeBehavior" : "CONSTANT_DESCENT",
    "actionMap" : {
      "parent" : { }
    },
    "x" : 12345,
    "alignmentY" : 12345.0,
    "doubleBuffered" : true,
    "border" : {
      "borderOpaque" : true
    },
    "vetoableChangeListeners" : [ { }, { } ],
    "toolTipText" : "...",
    "ancestorListeners" : [ { }, { } ],
    "minimumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "verifyInputWhenFocusTarget" : true,
    "height" : 12345,
    "preferredSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "topLevelAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "y" : 12345,
    "focusTraversalPolicy" : { },
    "focusTraversalPolicySet" : true,
    "layout" : { },
    "componentCount" : 12345,
    "focusTraversalPolicyProvider" : true,
    "components" : [ {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    }, {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    } ],
    "focusCycleRoot" : true,
    "containerListeners" : [ { }, { } ],
    "hierarchyBoundsListeners" : [ { }, { } ],
    "hierarchyListeners" : [ { }, { } ],
    "showing" : true,
    "displayable" : true,
    "locale" : "...",
    "background" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "foreground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "focusTraversalKeysEnabled" : true,
    "inputMethodRequests" : {
      "insertPositionOffset" : 12345,
      "committedTextLength" : 12345
    },
    "componentListeners" : [ { }, { } ],
    "visible" : true,
    "mouseWheelListeners" : [ { }, { } ],
    "treeLock" : { },
    "valid" : true,
    "focusCycleRootAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "lightweight" : true,
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "propertyChangeListeners" : [ { }, { } ],
    "focusListeners" : [ { }, { } ],
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "maximumSizeSet" : true,
    "backgroundSet" : true,
    "focusable" : true,
    "name" : "...",
    "inputMethodListeners" : [ { }, { } ],
    "ignoreRepaint" : true,
    "parent" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "keyListeners" : [ { }, { } ],
    "preferredSizeSet" : true,
    "enabled" : true,
    "componentOrientation" : {
      "leftToRight" : true,
      "horizontal" : true
    },
    "fontSet" : true,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "minimumSizeSet" : true,
    "inputContext" : {
      "instance" : { },
      "locale" : "...",
      "compositionEnabled" : true,
      "inputMethodControlObject" : { }
    },
    "cursor" : {
      "defaultCursor" : { },
      "name" : "...",
      "type" : 12345
    },
    "locationOnScreen" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "mouseMotionListeners" : [ { }, { } ],
    "graphicsConfiguration" : {
      "imageCapabilities" : { },
      "bufferCapabilities" : { },
      "device" : { },
      "bounds" : { },
      "colorModel" : { },
      "translucencyCapable" : true,
      "defaultTransform" : { },
      "normalizingTransform" : { }
    },
    "focusOwner" : true,
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "mousePosition" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "foregroundSet" : true,
    "dropTarget" : {
      "active" : true,
      "defaultActions" : 12345,
      "flavorMap" : { },
      "dropTargetContext" : { },
      "component" : { }
    },
    "mouseListeners" : [ { }, { } ],
    "toolkit" : {
      "maximumCursorColors" : 12345,
      "colorModel" : { },
      "defaultToolkit" : { },
      "alwaysOnTopSupported" : true,
      "systemSelection" : { },
      "dynamicLayoutActive" : true,
      "menuShortcutKeyMaskEx" : 12345,
      "systemEventQueue" : { },
      "systemClipboard" : { },
      "screenSize" : { },
      "screenResolution" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "AWTEventListeners" : [ { }, { } ]
    },
    "cursorSet" : true
  },
  "graphics" : {
    "color" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "clip" : {
      "bounds2D" : { },
      "bounds" : { }
    },
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "fontMetrics" : {
      "fontRenderContext" : { },
      "maxDescent" : 12345,
      "leading" : 12345,
      "maxAscent" : 12345,
      "ascent" : 12345,
      "height" : 12345,
      "font" : { },
      "widths" : [ 12345, 12345 ],
      "maxAdvance" : 12345,
      "descent" : 12345
    },
    "clipBounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    }
  },
  "glassPane" : {
    "hierarchyBoundsListeners" : [ { }, { } ],
    "hierarchyListeners" : [ { }, { } ],
    "showing" : true,
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "minimumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "displayable" : true,
    "height" : 12345,
    "locale" : "...",
    "background" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "baselineResizeBehavior" : "CONSTANT_ASCENT",
    "foreground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "focusTraversalKeysEnabled" : true,
    "inputMethodRequests" : {
      "insertPositionOffset" : 12345,
      "committedTextLength" : 12345
    },
    "componentListeners" : [ { }, { } ],
    "doubleBuffered" : true,
    "visible" : true,
    "mouseWheelListeners" : [ { }, { } ],
    "treeLock" : { },
    "valid" : true,
    "focusCycleRootAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "lightweight" : true,
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "x" : 12345,
    "propertyChangeListeners" : [ { }, { } ],
    "focusListeners" : [ { }, { } ],
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "maximumSizeSet" : true,
    "backgroundSet" : true,
    "focusable" : true,
    "name" : "...",
    "opaque" : true,
    "width" : 12345,
    "inputMethodListeners" : [ { }, { } ],
    "ignoreRepaint" : true,
    "parent" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "keyListeners" : [ { }, { } ],
    "preferredSizeSet" : true,
    "enabled" : true,
    "componentOrientation" : {
      "leftToRight" : true,
      "horizontal" : true
    },
    "maximumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "y" : 12345,
    "fontSet" : true,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "minimumSizeSet" : true,
    "inputContext" : {
      "instance" : { },
      "locale" : "...",
      "compositionEnabled" : true,
      "inputMethodControlObject" : { }
    },
    "cursor" : {
      "defaultCursor" : { },
      "name" : "...",
      "type" : 12345
    },
    "locationOnScreen" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "mouseMotionListeners" : [ { }, { } ],
    "graphicsConfiguration" : {
      "imageCapabilities" : { },
      "bufferCapabilities" : { },
      "device" : { },
      "bounds" : { },
      "colorModel" : { },
      "translucencyCapable" : true,
      "defaultTransform" : { },
      "normalizingTransform" : { }
    },
    "focusOwner" : true,
    "preferredSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "mousePosition" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "foregroundSet" : true,
    "dropTarget" : {
      "active" : true,
      "defaultActions" : 12345,
      "flavorMap" : { },
      "dropTargetContext" : { },
      "component" : { }
    },
    "mouseListeners" : [ { }, { } ],
    "alignmentY" : 12345.0,
    "alignmentX" : 12345.0,
    "toolkit" : {
      "maximumCursorColors" : 12345,
      "colorModel" : { },
      "defaultToolkit" : { },
      "alwaysOnTopSupported" : true,
      "systemSelection" : { },
      "dynamicLayoutActive" : true,
      "menuShortcutKeyMaskEx" : 12345,
      "systemEventQueue" : { },
      "systemClipboard" : { },
      "screenSize" : { },
      "screenResolution" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "AWTEventListeners" : [ { }, { } ]
    },
    "cursorSet" : true
  },
  "layeredPane" : {
    "optimizedDrawingEnabled" : true,
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "registeredKeyStrokes" : [ {
      "keyEventType" : 12345,
      "onKeyRelease" : true,
      "keyCode" : 12345,
      "modifiers" : 12345,
      "keyChar" : { }
    }, {
      "keyEventType" : 12345,
      "onKeyRelease" : true,
      "keyCode" : 12345,
      "modifiers" : 12345,
      "keyChar" : { }
    } ],
    "componentPopupMenu" : {
      "UI" : { },
      "selectionModel" : { },
      "UIClassID" : "...",
      "borderPainted" : true,
      "lightWeightPopupEnabled" : true,
      "popupMenuListeners" : [ { }, { } ],
      "accessibleContext" : { },
      "defaultLightWeightPopupEnabled" : true,
      "invoker" : { },
      "component" : { },
      "margin" : { },
      "menuKeyListeners" : [ { }, { } ],
      "label" : "...",
      "visible" : true,
      "subElements" : [ { }, { } ],
      "registeredKeyStrokes" : [ { }, { } ],
      "componentPopupMenu" : { },
      "inputVerifier" : { },
      "alignmentX" : 12345.0,
      "maximumSize" : { },
      "transferHandler" : { },
      "debugGraphicsOptions" : 12345,
      "optimizedDrawingEnabled" : true,
      "width" : 12345,
      "visibleRect" : { },
      "opaque" : true,
      "paintingForPrint" : true,
      "inputMap" : { },
      "rootPane" : { },
      "autoscrolls" : true,
      "paintingTile" : true,
      "validateRoot" : true,
      "defaultLocale" : "...",
      "insets" : { },
      "requestFocusEnabled" : true,
      "inheritsPopupMenu" : true,
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "actionMap" : { },
      "x" : 12345,
      "alignmentY" : 12345.0,
      "doubleBuffered" : true,
      "border" : { },
      "vetoableChangeListeners" : [ { }, { } ],
      "toolTipText" : "...",
      "ancestorListeners" : [ { }, { } ],
      "minimumSize" : { },
      "verifyInputWhenFocusTarget" : true,
      "height" : 12345,
      "preferredSize" : { },
      "topLevelAncestor" : { },
      "graphics" : { },
      "y" : 12345,
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "layout" : { },
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "displayable" : true,
      "locale" : "...",
      "background" : { },
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "inputVerifier" : { },
    "alignmentX" : 12345.0,
    "maximumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "transferHandler" : {
      "dragImage" : { },
      "cutAction" : { },
      "pasteAction" : { },
      "dragImageOffset" : { },
      "copyAction" : { }
    },
    "debugGraphicsOptions" : 12345,
    "UIClassID" : "...",
    "width" : 12345,
    "visibleRect" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "opaque" : true,
    "paintingForPrint" : true,
    "inputMap" : {
      "parent" : { }
    },
    "rootPane" : {
      "layeredPane" : { },
      "accessibleContext" : { },
      "windowDecorationStyle" : 12345,
      "UI" : { },
      "contentPane" : { },
      "UIClassID" : "...",
      "optimizedDrawingEnabled" : true,
      "JMenuBar" : { },
      "defaultButton" : { },
      "glassPane" : { },
      "validateRoot" : true,
      "registeredKeyStrokes" : [ { }, { } ],
      "componentPopupMenu" : { },
      "inputVerifier" : { },
      "alignmentX" : 12345.0,
      "maximumSize" : { },
      "transferHandler" : { },
      "debugGraphicsOptions" : 12345,
      "width" : 12345,
      "visibleRect" : { },
      "opaque" : true,
      "paintingForPrint" : true,
      "inputMap" : { },
      "rootPane" : { },
      "autoscrolls" : true,
      "paintingTile" : true,
      "defaultLocale" : "...",
      "insets" : { },
      "requestFocusEnabled" : true,
      "inheritsPopupMenu" : true,
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "actionMap" : { },
      "x" : 12345,
      "alignmentY" : 12345.0,
      "doubleBuffered" : true,
      "border" : { },
      "vetoableChangeListeners" : [ { }, { } ],
      "toolTipText" : "...",
      "ancestorListeners" : [ { }, { } ],
      "minimumSize" : { },
      "verifyInputWhenFocusTarget" : true,
      "height" : 12345,
      "preferredSize" : { },
      "topLevelAncestor" : { },
      "graphics" : { },
      "y" : 12345,
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "layout" : { },
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "displayable" : true,
      "locale" : "...",
      "background" : { },
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "autoscrolls" : true,
    "paintingTile" : true,
    "validateRoot" : true,
    "defaultLocale" : "...",
    "insets" : {
      "top" : 12345,
      "bottom" : 12345,
      "right" : 12345,
      "left" : 12345
    },
    "requestFocusEnabled" : true,
    "inheritsPopupMenu" : true,
    "baselineResizeBehavior" : "CONSTANT_DESCENT",
    "actionMap" : {
      "parent" : { }
    },
    "x" : 12345,
    "alignmentY" : 12345.0,
    "doubleBuffered" : true,
    "border" : {
      "borderOpaque" : true
    },
    "vetoableChangeListeners" : [ { }, { } ],
    "toolTipText" : "...",
    "ancestorListeners" : [ { }, { } ],
    "minimumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "verifyInputWhenFocusTarget" : true,
    "height" : 12345,
    "preferredSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "topLevelAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "UI" : { },
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "y" : 12345,
    "focusTraversalPolicy" : { },
    "focusTraversalPolicySet" : true,
    "layout" : { },
    "componentCount" : 12345,
    "focusTraversalPolicyProvider" : true,
    "components" : [ {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    }, {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    } ],
    "focusCycleRoot" : true,
    "containerListeners" : [ { }, { } ],
    "hierarchyBoundsListeners" : [ { }, { } ],
    "hierarchyListeners" : [ { }, { } ],
    "showing" : true,
    "displayable" : true,
    "locale" : "...",
    "background" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "foreground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "focusTraversalKeysEnabled" : true,
    "inputMethodRequests" : {
      "insertPositionOffset" : 12345,
      "committedTextLength" : 12345
    },
    "componentListeners" : [ { }, { } ],
    "visible" : true,
    "mouseWheelListeners" : [ { }, { } ],
    "treeLock" : { },
    "valid" : true,
    "focusCycleRootAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "lightweight" : true,
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "propertyChangeListeners" : [ { }, { } ],
    "focusListeners" : [ { }, { } ],
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "maximumSizeSet" : true,
    "backgroundSet" : true,
    "focusable" : true,
    "name" : "...",
    "inputMethodListeners" : [ { }, { } ],
    "ignoreRepaint" : true,
    "parent" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "keyListeners" : [ { }, { } ],
    "preferredSizeSet" : true,
    "enabled" : true,
    "componentOrientation" : {
      "leftToRight" : true,
      "horizontal" : true
    },
    "fontSet" : true,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "minimumSizeSet" : true,
    "inputContext" : {
      "instance" : { },
      "locale" : "...",
      "compositionEnabled" : true,
      "inputMethodControlObject" : { }
    },
    "cursor" : {
      "defaultCursor" : { },
      "name" : "...",
      "type" : 12345
    },
    "locationOnScreen" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "mouseMotionListeners" : [ { }, { } ],
    "graphicsConfiguration" : {
      "imageCapabilities" : { },
      "bufferCapabilities" : { },
      "device" : { },
      "bounds" : { },
      "colorModel" : { },
      "translucencyCapable" : true,
      "defaultTransform" : { },
      "normalizingTransform" : { }
    },
    "focusOwner" : true,
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "mousePosition" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "foregroundSet" : true,
    "dropTarget" : {
      "active" : true,
      "defaultActions" : 12345,
      "flavorMap" : { },
      "dropTargetContext" : { },
      "component" : { }
    },
    "mouseListeners" : [ { }, { } ],
    "toolkit" : {
      "maximumCursorColors" : 12345,
      "colorModel" : { },
      "defaultToolkit" : { },
      "alwaysOnTopSupported" : true,
      "systemSelection" : { },
      "dynamicLayoutActive" : true,
      "menuShortcutKeyMaskEx" : 12345,
      "systemEventQueue" : { },
      "systemClipboard" : { },
      "screenSize" : { },
      "screenResolution" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "AWTEventListeners" : [ { }, { } ]
    },
    "cursorSet" : true
  },
  "transferHandler" : {
    "dragImage" : {
      "graphics" : { },
      "source" : { },
      "accelerationPriority" : 12345.0
    },
    "cutAction" : {
      "enabled" : true
    },
    "pasteAction" : {
      "enabled" : true
    },
    "dragImageOffset" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "copyAction" : {
      "enabled" : true
    }
  },
  "accessibleContext" : {
    "accessibleEditableText" : {
      "selectionStart" : 12345,
      "selectedText" : "...",
      "selectionEnd" : 12345,
      "charCount" : 12345,
      "caretPosition" : 12345
    },
    "accessibleComponent" : {
      "foreground" : { },
      "enabled" : true,
      "cursor" : { },
      "location" : { },
      "showing" : true,
      "background" : { },
      "locationOnScreen" : { },
      "bounds" : { },
      "visible" : true,
      "size" : { },
      "font" : { },
      "focusTraversable" : true
    },
    "accessibleStateSet" : { },
    "accessibleChildrenCount" : 12345,
    "accessibleAction" : {
      "accessibleActionCount" : 12345
    },
    "accessibleRelationSet" : { },
    "accessibleIndexInParent" : 12345,
    "accessibleValue" : {
      "currentAccessibleValue" : { },
      "minimumAccessibleValue" : { },
      "maximumAccessibleValue" : { }
    },
    "accessibleSelection" : {
      "accessibleSelectionCount" : 12345
    },
    "accessibleDescription" : "...",
    "accessibleParent" : {
      "accessibleContext" : { }
    },
    "accessibleText" : {
      "selectionStart" : 12345,
      "selectedText" : "...",
      "selectionEnd" : 12345,
      "charCount" : 12345,
      "caretPosition" : 12345
    },
    "locale" : "...",
    "accessibleName" : "...",
    "accessibleRole" : { },
    "accessibleIcon" : [ {
      "accessibleIconHeight" : 12345,
      "accessibleIconDescription" : "...",
      "accessibleIconWidth" : 12345
    }, {
      "accessibleIconHeight" : 12345,
      "accessibleIconDescription" : "...",
      "accessibleIconWidth" : 12345
    } ],
    "accessibleTable" : {
      "accessibleColumnHeader" : { },
      "accessibleCaption" : { },
      "accessibleColumnCount" : 12345,
      "accessibleSummary" : { },
      "accessibleRowHeader" : { },
      "selectedAccessibleColumns" : [ 12345, 12345 ],
      "selectedAccessibleRows" : [ 12345, 12345 ],
      "accessibleRowCount" : 12345
    }
  },
  "JMenuBar" : {
    "selectionModel" : {
      "selectedIndex" : 12345,
      "selected" : true
    },
    "UIClassID" : "...",
    "selected" : true,
    "component" : {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    },
    "subElements" : [ {
      "component" : { },
      "subElements" : [ { }, { } ]
    }, {
      "component" : { },
      "subElements" : [ { }, { } ]
    } ],
    "margin" : {
      "top" : 12345,
      "bottom" : 12345,
      "right" : 12345,
      "left" : 12345
    },
    "helpMenu" : {
      "delay" : 12345,
      "menuComponents" : [ { }, { } ],
      "subElements" : [ { }, { } ],
      "UIClassID" : "...",
      "component" : { },
      "accessibleContext" : { },
      "popupMenuVisible" : true,
      "menuListeners" : [ { }, { } ],
      "tearOff" : true,
      "itemCount" : 12345,
      "menuComponentCount" : 12345,
      "topLevelMenu" : true,
      "popupMenu" : { },
      "selected" : true,
      "menuKeyListeners" : [ { }, { } ],
      "accelerator" : { },
      "armed" : true,
      "menuDragMouseListeners" : [ { }, { } ],
      "actionListeners" : [ { }, { } ],
      "rolloverSelectedIcon" : { },
      "selectedIcon" : { },
      "borderPainted" : true,
      "displayedMnemonicIndex" : 12345,
      "rolloverEnabled" : true,
      "horizontalAlignment" : 12345,
      "hideActionText" : true,
      "horizontalTextPosition" : 12345,
      "selectedObjects" : [ { }, { } ],
      "focusPainted" : true,
      "multiClickThreshhold" : 12345,
      "actionCommand" : "...",
      "model" : { },
      "itemListeners" : [ { }, { } ],
      "disabledSelectedIcon" : { },
      "mnemonic" : 12345,
      "verticalAlignment" : 12345,
      "verticalTextPosition" : 12345,
      "icon" : { },
      "changeListeners" : [ { }, { } ],
      "pressedIcon" : { },
      "margin" : { },
      "contentAreaFilled" : true,
      "rolloverIcon" : { },
      "action" : { },
      "UI" : { },
      "disabledIcon" : { },
      "iconTextGap" : 12345,
      "text" : "...",
      "registeredKeyStrokes" : [ { }, { } ],
      "componentPopupMenu" : { },
      "inputVerifier" : { },
      "alignmentX" : 12345.0,
      "maximumSize" : { },
      "transferHandler" : { },
      "debugGraphicsOptions" : 12345,
      "optimizedDrawingEnabled" : true,
      "width" : 12345,
      "visibleRect" : { },
      "opaque" : true,
      "paintingForPrint" : true,
      "inputMap" : { },
      "rootPane" : { },
      "autoscrolls" : true,
      "paintingTile" : true,
      "validateRoot" : true,
      "defaultLocale" : "...",
      "insets" : { },
      "requestFocusEnabled" : true,
      "inheritsPopupMenu" : true,
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "actionMap" : { },
      "x" : 12345,
      "alignmentY" : 12345.0,
      "doubleBuffered" : true,
      "border" : { },
      "vetoableChangeListeners" : [ { }, { } ],
      "toolTipText" : "...",
      "ancestorListeners" : [ { }, { } ],
      "minimumSize" : { },
      "verifyInputWhenFocusTarget" : true,
      "height" : 12345,
      "preferredSize" : { },
      "topLevelAncestor" : { },
      "graphics" : { },
      "y" : 12345,
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "layout" : { },
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "displayable" : true,
      "locale" : "...",
      "background" : { },
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "borderPainted" : true,
    "menuCount" : 12345,
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "UI" : { },
    "registeredKeyStrokes" : [ {
      "keyEventType" : 12345,
      "onKeyRelease" : true,
      "keyCode" : 12345,
      "modifiers" : 12345,
      "keyChar" : { }
    }, {
      "keyEventType" : 12345,
      "onKeyRelease" : true,
      "keyCode" : 12345,
      "modifiers" : 12345,
      "keyChar" : { }
    } ],
    "componentPopupMenu" : {
      "UI" : { },
      "selectionModel" : { },
      "UIClassID" : "...",
      "borderPainted" : true,
      "lightWeightPopupEnabled" : true,
      "popupMenuListeners" : [ { }, { } ],
      "accessibleContext" : { },
      "defaultLightWeightPopupEnabled" : true,
      "invoker" : { },
      "component" : { },
      "margin" : { },
      "menuKeyListeners" : [ { }, { } ],
      "label" : "...",
      "visible" : true,
      "subElements" : [ { }, { } ],
      "registeredKeyStrokes" : [ { }, { } ],
      "componentPopupMenu" : { },
      "inputVerifier" : { },
      "alignmentX" : 12345.0,
      "maximumSize" : { },
      "transferHandler" : { },
      "debugGraphicsOptions" : 12345,
      "optimizedDrawingEnabled" : true,
      "width" : 12345,
      "visibleRect" : { },
      "opaque" : true,
      "paintingForPrint" : true,
      "inputMap" : { },
      "rootPane" : { },
      "autoscrolls" : true,
      "paintingTile" : true,
      "validateRoot" : true,
      "defaultLocale" : "...",
      "insets" : { },
      "requestFocusEnabled" : true,
      "inheritsPopupMenu" : true,
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "actionMap" : { },
      "x" : 12345,
      "alignmentY" : 12345.0,
      "doubleBuffered" : true,
      "border" : { },
      "vetoableChangeListeners" : [ { }, { } ],
      "toolTipText" : "...",
      "ancestorListeners" : [ { }, { } ],
      "minimumSize" : { },
      "verifyInputWhenFocusTarget" : true,
      "height" : 12345,
      "preferredSize" : { },
      "topLevelAncestor" : { },
      "graphics" : { },
      "y" : 12345,
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "layout" : { },
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "displayable" : true,
      "locale" : "...",
      "background" : { },
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "inputVerifier" : { },
    "alignmentX" : 12345.0,
    "maximumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "transferHandler" : {
      "dragImage" : { },
      "cutAction" : { },
      "pasteAction" : { },
      "dragImageOffset" : { },
      "copyAction" : { }
    },
    "debugGraphicsOptions" : 12345,
    "optimizedDrawingEnabled" : true,
    "width" : 12345,
    "visibleRect" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "opaque" : true,
    "paintingForPrint" : true,
    "inputMap" : {
      "parent" : { }
    },
    "rootPane" : {
      "layeredPane" : { },
      "accessibleContext" : { },
      "windowDecorationStyle" : 12345,
      "UI" : { },
      "contentPane" : { },
      "UIClassID" : "...",
      "optimizedDrawingEnabled" : true,
      "JMenuBar" : { },
      "defaultButton" : { },
      "glassPane" : { },
      "validateRoot" : true,
      "registeredKeyStrokes" : [ { }, { } ],
      "componentPopupMenu" : { },
      "inputVerifier" : { },
      "alignmentX" : 12345.0,
      "maximumSize" : { },
      "transferHandler" : { },
      "debugGraphicsOptions" : 12345,
      "width" : 12345,
      "visibleRect" : { },
      "opaque" : true,
      "paintingForPrint" : true,
      "inputMap" : { },
      "rootPane" : { },
      "autoscrolls" : true,
      "paintingTile" : true,
      "defaultLocale" : "...",
      "insets" : { },
      "requestFocusEnabled" : true,
      "inheritsPopupMenu" : true,
      "baselineResizeBehavior" : "OTHER",
      "actionMap" : { },
      "x" : 12345,
      "alignmentY" : 12345.0,
      "doubleBuffered" : true,
      "border" : { },
      "vetoableChangeListeners" : [ { }, { } ],
      "toolTipText" : "...",
      "ancestorListeners" : [ { }, { } ],
      "minimumSize" : { },
      "verifyInputWhenFocusTarget" : true,
      "height" : 12345,
      "preferredSize" : { },
      "topLevelAncestor" : { },
      "graphics" : { },
      "y" : 12345,
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "layout" : { },
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "displayable" : true,
      "locale" : "...",
      "background" : { },
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "autoscrolls" : true,
    "paintingTile" : true,
    "validateRoot" : true,
    "defaultLocale" : "...",
    "insets" : {
      "top" : 12345,
      "bottom" : 12345,
      "right" : 12345,
      "left" : 12345
    },
    "requestFocusEnabled" : true,
    "inheritsPopupMenu" : true,
    "baselineResizeBehavior" : "CONSTANT_ASCENT",
    "actionMap" : {
      "parent" : { }
    },
    "x" : 12345,
    "alignmentY" : 12345.0,
    "doubleBuffered" : true,
    "border" : {
      "borderOpaque" : true
    },
    "vetoableChangeListeners" : [ { }, { } ],
    "toolTipText" : "...",
    "ancestorListeners" : [ { }, { } ],
    "minimumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "verifyInputWhenFocusTarget" : true,
    "height" : 12345,
    "preferredSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "topLevelAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "y" : 12345,
    "focusTraversalPolicy" : { },
    "focusTraversalPolicySet" : true,
    "layout" : { },
    "componentCount" : 12345,
    "focusTraversalPolicyProvider" : true,
    "components" : [ {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    }, {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    } ],
    "focusCycleRoot" : true,
    "containerListeners" : [ { }, { } ],
    "hierarchyBoundsListeners" : [ { }, { } ],
    "hierarchyListeners" : [ { }, { } ],
    "showing" : true,
    "displayable" : true,
    "locale" : "...",
    "background" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "foreground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "focusTraversalKeysEnabled" : true,
    "inputMethodRequests" : {
      "insertPositionOffset" : 12345,
      "committedTextLength" : 12345
    },
    "componentListeners" : [ { }, { } ],
    "visible" : true,
    "mouseWheelListeners" : [ { }, { } ],
    "treeLock" : { },
    "valid" : true,
    "focusCycleRootAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "lightweight" : true,
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "propertyChangeListeners" : [ { }, { } ],
    "focusListeners" : [ { }, { } ],
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "maximumSizeSet" : true,
    "backgroundSet" : true,
    "focusable" : true,
    "name" : "...",
    "inputMethodListeners" : [ { }, { } ],
    "ignoreRepaint" : true,
    "parent" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "keyListeners" : [ { }, { } ],
    "preferredSizeSet" : true,
    "enabled" : true,
    "componentOrientation" : {
      "leftToRight" : true,
      "horizontal" : true
    },
    "fontSet" : true,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "minimumSizeSet" : true,
    "inputContext" : {
      "instance" : { },
      "locale" : "...",
      "compositionEnabled" : true,
      "inputMethodControlObject" : { }
    },
    "cursor" : {
      "defaultCursor" : { },
      "name" : "...",
      "type" : 12345
    },
    "locationOnScreen" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "mouseMotionListeners" : [ { }, { } ],
    "graphicsConfiguration" : {
      "imageCapabilities" : { },
      "bufferCapabilities" : { },
      "device" : { },
      "bounds" : { },
      "colorModel" : { },
      "translucencyCapable" : true,
      "defaultTransform" : { },
      "normalizingTransform" : { }
    },
    "focusOwner" : true,
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "mousePosition" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "foregroundSet" : true,
    "dropTarget" : {
      "active" : true,
      "defaultActions" : 12345,
      "flavorMap" : { },
      "dropTargetContext" : { },
      "component" : { }
    },
    "mouseListeners" : [ { }, { } ],
    "toolkit" : {
      "maximumCursorColors" : 12345,
      "colorModel" : { },
      "defaultToolkit" : { },
      "alwaysOnTopSupported" : true,
      "systemSelection" : { },
      "dynamicLayoutActive" : true,
      "menuShortcutKeyMaskEx" : 12345,
      "systemEventQueue" : { },
      "systemClipboard" : { },
      "screenSize" : { },
      "screenResolution" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "AWTEventListeners" : [ { }, { } ]
    },
    "cursorSet" : true
  },
  "contentPane" : {
    "focusTraversalPolicy" : { },
    "focusTraversalPolicySet" : true,
    "insets" : {
      "top" : 12345,
      "bottom" : 12345,
      "right" : 12345,
      "left" : 12345
    },
    "maximumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "layout" : { },
    "alignmentX" : 12345.0,
    "componentCount" : 12345,
    "focusTraversalPolicyProvider" : true,
    "validateRoot" : true,
    "minimumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "components" : [ {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    }, {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    } ],
    "focusCycleRoot" : true,
    "preferredSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "alignmentY" : 12345.0,
    "containerListeners" : [ { }, { } ],
    "hierarchyBoundsListeners" : [ { }, { } ],
    "hierarchyListeners" : [ { }, { } ],
    "showing" : true,
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "displayable" : true,
    "height" : 12345,
    "locale" : "...",
    "background" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "baselineResizeBehavior" : "CONSTANT_DESCENT",
    "foreground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "focusTraversalKeysEnabled" : true,
    "inputMethodRequests" : {
      "insertPositionOffset" : 12345,
      "committedTextLength" : 12345
    },
    "componentListeners" : [ { }, { } ],
    "doubleBuffered" : true,
    "visible" : true,
    "mouseWheelListeners" : [ { }, { } ],
    "treeLock" : { },
    "valid" : true,
    "focusCycleRootAncestor" : { },
    "lightweight" : true,
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "x" : 12345,
    "propertyChangeListeners" : [ { }, { } ],
    "focusListeners" : [ { }, { } ],
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "maximumSizeSet" : true,
    "backgroundSet" : true,
    "focusable" : true,
    "name" : "...",
    "opaque" : true,
    "width" : 12345,
    "inputMethodListeners" : [ { }, { } ],
    "ignoreRepaint" : true,
    "parent" : { },
    "keyListeners" : [ { }, { } ],
    "preferredSizeSet" : true,
    "enabled" : true,
    "componentOrientation" : {
      "leftToRight" : true,
      "horizontal" : true
    },
    "y" : 12345,
    "fontSet" : true,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "minimumSizeSet" : true,
    "inputContext" : {
      "instance" : { },
      "locale" : "...",
      "compositionEnabled" : true,
      "inputMethodControlObject" : { }
    },
    "cursor" : {
      "defaultCursor" : { },
      "name" : "...",
      "type" : 12345
    },
    "locationOnScreen" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "mouseMotionListeners" : [ { }, { } ],
    "graphicsConfiguration" : {
      "imageCapabilities" : { },
      "bufferCapabilities" : { },
      "device" : { },
      "bounds" : { },
      "colorModel" : { },
      "translucencyCapable" : true,
      "defaultTransform" : { },
      "normalizingTransform" : { }
    },
    "focusOwner" : true,
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "mousePosition" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "foregroundSet" : true,
    "dropTarget" : {
      "active" : true,
      "defaultActions" : 12345,
      "flavorMap" : { },
      "dropTargetContext" : { },
      "component" : { }
    },
    "mouseListeners" : [ { }, { } ],
    "toolkit" : {
      "maximumCursorColors" : 12345,
      "colorModel" : { },
      "defaultToolkit" : { },
      "alwaysOnTopSupported" : true,
      "systemSelection" : { },
      "dynamicLayoutActive" : true,
      "menuShortcutKeyMaskEx" : 12345,
      "systemEventQueue" : { },
      "systemClipboard" : { },
      "screenSize" : { },
      "screenResolution" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "AWTEventListeners" : [ { }, { } ]
    },
    "cursorSet" : true
  },
  "defaultCloseOperation" : 12345,
  "defaultLookAndFeelDecorated" : true,
  "title" : "...",
  "extendedState" : 12345,
  "frames" : [ {
    "title" : "...",
    "extendedState" : 12345,
    "frames" : [ { }, { } ],
    "state" : 12345,
    "iconImage" : {
      "graphics" : { },
      "source" : { },
      "accelerationPriority" : 12345.0
    },
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "resizable" : true,
    "undecorated" : true,
    "menuBar" : {
      "menuCount" : 12345,
      "helpMenu" : { },
      "accessibleContext" : { },
      "font" : { },
      "parent" : { },
      "name" : "..."
    },
    "maximizedBounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "toolkit" : {
      "maximumCursorColors" : 12345,
      "colorModel" : { },
      "defaultToolkit" : { },
      "alwaysOnTopSupported" : true,
      "systemSelection" : { },
      "dynamicLayoutActive" : true,
      "menuShortcutKeyMaskEx" : 12345,
      "systemEventQueue" : { },
      "systemClipboard" : { },
      "screenSize" : { },
      "screenResolution" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "AWTEventListeners" : [ { }, { } ]
    },
    "autoRequestFocus" : true,
    "focusableWindow" : true,
    "owner" : {
      "toolkit" : { },
      "autoRequestFocus" : true,
      "focusableWindow" : true,
      "owner" : { },
      "locationByPlatform" : true,
      "background" : { },
      "windows" : [ { }, { } ],
      "focused" : true,
      "focusableWindowState" : true,
      "alwaysOnTopSupported" : true,
      "shape" : { },
      "opacity" : 12345.0,
      "active" : true,
      "modalExclusionType" : "APPLICATION_EXCLUDE",
      "windowFocusListeners" : [ { }, { } ],
      "ownerlessWindows" : [ { }, { } ],
      "ownedWindows" : [ { }, { } ],
      "alwaysOnTop" : true,
      "focusOwner" : { },
      "windowStateListeners" : [ { }, { } ],
      "opaque" : true,
      "focusCycleRootAncestor" : { },
      "windowListeners" : [ { }, { } ],
      "mostRecentFocusOwner" : { },
      "accessibleContext" : { },
      "locale" : "...",
      "bufferStrategy" : { },
      "type" : "POPUP",
      "warningString" : "...",
      "inputContext" : { },
      "showing" : true,
      "validateRoot" : true,
      "focusCycleRoot" : true,
      "iconImages" : [ { }, { } ],
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "cursorSet" : true
    },
    "locationByPlatform" : true,
    "background" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "windows" : [ {
      "toolkit" : { },
      "autoRequestFocus" : true,
      "focusableWindow" : true,
      "owner" : { },
      "locationByPlatform" : true,
      "background" : { },
      "windows" : [ { }, { } ],
      "focused" : true,
      "focusableWindowState" : true,
      "alwaysOnTopSupported" : true,
      "shape" : { },
      "opacity" : 12345.0,
      "active" : true,
      "modalExclusionType" : "TOOLKIT_EXCLUDE",
      "windowFocusListeners" : [ { }, { } ],
      "ownerlessWindows" : [ { }, { } ],
      "ownedWindows" : [ { }, { } ],
      "alwaysOnTop" : true,
      "focusOwner" : { },
      "windowStateListeners" : [ { }, { } ],
      "opaque" : true,
      "focusCycleRootAncestor" : { },
      "windowListeners" : [ { }, { } ],
      "mostRecentFocusOwner" : { },
      "accessibleContext" : { },
      "locale" : "...",
      "bufferStrategy" : { },
      "type" : "UTILITY",
      "warningString" : "...",
      "inputContext" : { },
      "showing" : true,
      "validateRoot" : true,
      "focusCycleRoot" : true,
      "iconImages" : [ { }, { } ],
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "cursorSet" : true
    }, {
      "toolkit" : { },
      "autoRequestFocus" : true,
      "focusableWindow" : true,
      "owner" : { },
      "locationByPlatform" : true,
      "background" : { },
      "windows" : [ { }, { } ],
      "focused" : true,
      "focusableWindowState" : true,
      "alwaysOnTopSupported" : true,
      "shape" : { },
      "opacity" : 12345.0,
      "active" : true,
      "modalExclusionType" : "NO_EXCLUDE",
      "windowFocusListeners" : [ { }, { } ],
      "ownerlessWindows" : [ { }, { } ],
      "ownedWindows" : [ { }, { } ],
      "alwaysOnTop" : true,
      "focusOwner" : { },
      "windowStateListeners" : [ { }, { } ],
      "opaque" : true,
      "focusCycleRootAncestor" : { },
      "windowListeners" : [ { }, { } ],
      "mostRecentFocusOwner" : { },
      "accessibleContext" : { },
      "locale" : "...",
      "bufferStrategy" : { },
      "type" : "NORMAL",
      "warningString" : "...",
      "inputContext" : { },
      "showing" : true,
      "validateRoot" : true,
      "focusCycleRoot" : true,
      "iconImages" : [ { }, { } ],
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "cursorSet" : true
    } ],
    "focused" : true,
    "focusableWindowState" : true,
    "alwaysOnTopSupported" : true,
    "shape" : {
      "bounds2D" : { },
      "bounds" : { }
    },
    "opacity" : 12345.0,
    "active" : true,
    "modalExclusionType" : "TOOLKIT_EXCLUDE",
    "windowFocusListeners" : [ { }, { } ],
    "ownerlessWindows" : [ {
      "toolkit" : { },
      "autoRequestFocus" : true,
      "focusableWindow" : true,
      "owner" : { },
      "locationByPlatform" : true,
      "background" : { },
      "windows" : [ { }, { } ],
      "focused" : true,
      "focusableWindowState" : true,
      "alwaysOnTopSupported" : true,
      "shape" : { },
      "opacity" : 12345.0,
      "active" : true,
      "modalExclusionType" : "APPLICATION_EXCLUDE",
      "windowFocusListeners" : [ { }, { } ],
      "ownerlessWindows" : [ { }, { } ],
      "ownedWindows" : [ { }, { } ],
      "alwaysOnTop" : true,
      "focusOwner" : { },
      "windowStateListeners" : [ { }, { } ],
      "opaque" : true,
      "focusCycleRootAncestor" : { },
      "windowListeners" : [ { }, { } ],
      "mostRecentFocusOwner" : { },
      "accessibleContext" : { },
      "locale" : "...",
      "bufferStrategy" : { },
      "type" : "POPUP",
      "warningString" : "...",
      "inputContext" : { },
      "showing" : true,
      "validateRoot" : true,
      "focusCycleRoot" : true,
      "iconImages" : [ { }, { } ],
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "cursorSet" : true
    }, {
      "toolkit" : { },
      "autoRequestFocus" : true,
      "focusableWindow" : true,
      "owner" : { },
      "locationByPlatform" : true,
      "background" : { },
      "windows" : [ { }, { } ],
      "focused" : true,
      "focusableWindowState" : true,
      "alwaysOnTopSupported" : true,
      "shape" : { },
      "opacity" : 12345.0,
      "active" : true,
      "modalExclusionType" : "APPLICATION_EXCLUDE",
      "windowFocusListeners" : [ { }, { } ],
      "ownerlessWindows" : [ { }, { } ],
      "ownedWindows" : [ { }, { } ],
      "alwaysOnTop" : true,
      "focusOwner" : { },
      "windowStateListeners" : [ { }, { } ],
      "opaque" : true,
      "focusCycleRootAncestor" : { },
      "windowListeners" : [ { }, { } ],
      "mostRecentFocusOwner" : { },
      "accessibleContext" : { },
      "locale" : "...",
      "bufferStrategy" : { },
      "type" : "UTILITY",
      "warningString" : "...",
      "inputContext" : { },
      "showing" : true,
      "validateRoot" : true,
      "focusCycleRoot" : true,
      "iconImages" : [ { }, { } ],
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "cursorSet" : true
    } ],
    "ownedWindows" : [ {
      "toolkit" : { },
      "autoRequestFocus" : true,
      "focusableWindow" : true,
      "owner" : { },
      "locationByPlatform" : true,
      "background" : { },
      "windows" : [ { }, { } ],
      "focused" : true,
      "focusableWindowState" : true,
      "alwaysOnTopSupported" : true,
      "shape" : { },
      "opacity" : 12345.0,
      "active" : true,
      "modalExclusionType" : "APPLICATION_EXCLUDE",
      "windowFocusListeners" : [ { }, { } ],
      "ownerlessWindows" : [ { }, { } ],
      "ownedWindows" : [ { }, { } ],
      "alwaysOnTop" : true,
      "focusOwner" : { },
      "windowStateListeners" : [ { }, { } ],
      "opaque" : true,
      "focusCycleRootAncestor" : { },
      "windowListeners" : [ { }, { } ],
      "mostRecentFocusOwner" : { },
      "accessibleContext" : { },
      "locale" : "...",
      "bufferStrategy" : { },
      "type" : "UTILITY",
      "warningString" : "...",
      "inputContext" : { },
      "showing" : true,
      "validateRoot" : true,
      "focusCycleRoot" : true,
      "iconImages" : [ { }, { } ],
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "cursorSet" : true
    }, {
      "toolkit" : { },
      "autoRequestFocus" : true,
      "focusableWindow" : true,
      "owner" : { },
      "locationByPlatform" : true,
      "background" : { },
      "windows" : [ { }, { } ],
      "focused" : true,
      "focusableWindowState" : true,
      "alwaysOnTopSupported" : true,
      "shape" : { },
      "opacity" : 12345.0,
      "active" : true,
      "modalExclusionType" : "NO_EXCLUDE",
      "windowFocusListeners" : [ { }, { } ],
      "ownerlessWindows" : [ { }, { } ],
      "ownedWindows" : [ { }, { } ],
      "alwaysOnTop" : true,
      "focusOwner" : { },
      "windowStateListeners" : [ { }, { } ],
      "opaque" : true,
      "focusCycleRootAncestor" : { },
      "windowListeners" : [ { }, { } ],
      "mostRecentFocusOwner" : { },
      "accessibleContext" : { },
      "locale" : "...",
      "bufferStrategy" : { },
      "type" : "UTILITY",
      "warningString" : "...",
      "inputContext" : { },
      "showing" : true,
      "validateRoot" : true,
      "focusCycleRoot" : true,
      "iconImages" : [ { }, { } ],
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "cursorSet" : true
    } ],
    "alwaysOnTop" : true,
    "focusOwner" : {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    },
    "windowStateListeners" : [ { }, { } ],
    "opaque" : true,
    "focusCycleRootAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "windowListeners" : [ { }, { } ],
    "mostRecentFocusOwner" : {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    },
    "locale" : "...",
    "bufferStrategy" : {
      "drawGraphics" : { },
      "capabilities" : { }
    },
    "type" : "NORMAL",
    "warningString" : "...",
    "inputContext" : {
      "instance" : { },
      "locale" : "...",
      "compositionEnabled" : true,
      "inputMethodControlObject" : { }
    },
    "showing" : true,
    "validateRoot" : true,
    "focusCycleRoot" : true,
    "iconImages" : [ {
      "graphics" : { },
      "source" : { },
      "accelerationPriority" : 12345.0
    }, {
      "graphics" : { },
      "source" : { },
      "accelerationPriority" : 12345.0
    } ],
    "focusTraversalPolicy" : { },
    "focusTraversalPolicySet" : true,
    "insets" : {
      "top" : 12345,
      "bottom" : 12345,
      "right" : 12345,
      "left" : 12345
    },
    "maximumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "layout" : { },
    "alignmentX" : 12345.0,
    "componentCount" : 12345,
    "focusTraversalPolicyProvider" : true,
    "minimumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "components" : [ {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    }, {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    } ],
    "preferredSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "alignmentY" : 12345.0,
    "containerListeners" : [ { }, { } ],
    "hierarchyBoundsListeners" : [ { }, { } ],
    "hierarchyListeners" : [ { }, { } ],
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "displayable" : true,
    "height" : 12345,
    "baselineResizeBehavior" : "CENTER_OFFSET",
    "foreground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "focusTraversalKeysEnabled" : true,
    "inputMethodRequests" : {
      "insertPositionOffset" : 12345,
      "committedTextLength" : 12345
    },
    "componentListeners" : [ { }, { } ],
    "doubleBuffered" : true,
    "visible" : true,
    "mouseWheelListeners" : [ { }, { } ],
    "treeLock" : { },
    "valid" : true,
    "lightweight" : true,
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "x" : 12345,
    "propertyChangeListeners" : [ { }, { } ],
    "focusListeners" : [ { }, { } ],
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "maximumSizeSet" : true,
    "backgroundSet" : true,
    "focusable" : true,
    "name" : "...",
    "width" : 12345,
    "inputMethodListeners" : [ { }, { } ],
    "ignoreRepaint" : true,
    "parent" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "keyListeners" : [ { }, { } ],
    "preferredSizeSet" : true,
    "enabled" : true,
    "componentOrientation" : {
      "leftToRight" : true,
      "horizontal" : true
    },
    "y" : 12345,
    "fontSet" : true,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "minimumSizeSet" : true,
    "cursor" : {
      "defaultCursor" : { },
      "name" : "...",
      "type" : 12345
    },
    "locationOnScreen" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "mouseMotionListeners" : [ { }, { } ],
    "graphicsConfiguration" : {
      "imageCapabilities" : { },
      "bufferCapabilities" : { },
      "device" : { },
      "bounds" : { },
      "colorModel" : { },
      "translucencyCapable" : true,
      "defaultTransform" : { },
      "normalizingTransform" : { }
    },
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "mousePosition" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "foregroundSet" : true,
    "dropTarget" : {
      "active" : true,
      "defaultActions" : 12345,
      "flavorMap" : { },
      "dropTargetContext" : { },
      "component" : { }
    },
    "mouseListeners" : [ { }, { } ],
    "cursorSet" : true
  }, {
    "title" : "...",
    "extendedState" : 12345,
    "frames" : [ { }, { } ],
    "state" : 12345,
    "iconImage" : {
      "graphics" : { },
      "source" : { },
      "accelerationPriority" : 12345.0
    },
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "resizable" : true,
    "undecorated" : true,
    "menuBar" : {
      "menuCount" : 12345,
      "helpMenu" : { },
      "accessibleContext" : { },
      "font" : { },
      "parent" : { },
      "name" : "..."
    },
    "maximizedBounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "toolkit" : {
      "maximumCursorColors" : 12345,
      "colorModel" : { },
      "defaultToolkit" : { },
      "alwaysOnTopSupported" : true,
      "systemSelection" : { },
      "dynamicLayoutActive" : true,
      "menuShortcutKeyMaskEx" : 12345,
      "systemEventQueue" : { },
      "systemClipboard" : { },
      "screenSize" : { },
      "screenResolution" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "AWTEventListeners" : [ { }, { } ]
    },
    "autoRequestFocus" : true,
    "focusableWindow" : true,
    "owner" : {
      "toolkit" : { },
      "autoRequestFocus" : true,
      "focusableWindow" : true,
      "owner" : { },
      "locationByPlatform" : true,
      "background" : { },
      "windows" : [ { }, { } ],
      "focused" : true,
      "focusableWindowState" : true,
      "alwaysOnTopSupported" : true,
      "shape" : { },
      "opacity" : 12345.0,
      "active" : true,
      "modalExclusionType" : "TOOLKIT_EXCLUDE",
      "windowFocusListeners" : [ { }, { } ],
      "ownerlessWindows" : [ { }, { } ],
      "ownedWindows" : [ { }, { } ],
      "alwaysOnTop" : true,
      "focusOwner" : { },
      "windowStateListeners" : [ { }, { } ],
      "opaque" : true,
      "focusCycleRootAncestor" : { },
      "windowListeners" : [ { }, { } ],
      "mostRecentFocusOwner" : { },
      "accessibleContext" : { },
      "locale" : "...",
      "bufferStrategy" : { },
      "type" : "NORMAL",
      "warningString" : "...",
      "inputContext" : { },
      "showing" : true,
      "validateRoot" : true,
      "focusCycleRoot" : true,
      "iconImages" : [ { }, { } ],
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "cursorSet" : true
    },
    "locationByPlatform" : true,
    "background" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "windows" : [ {
      "toolkit" : { },
      "autoRequestFocus" : true,
      "focusableWindow" : true,
      "owner" : { },
      "locationByPlatform" : true,
      "background" : { },
      "windows" : [ { }, { } ],
      "focused" : true,
      "focusableWindowState" : true,
      "alwaysOnTopSupported" : true,
      "shape" : { },
      "opacity" : 12345.0,
      "active" : true,
      "modalExclusionType" : "TOOLKIT_EXCLUDE",
      "windowFocusListeners" : [ { }, { } ],
      "ownerlessWindows" : [ { }, { } ],
      "ownedWindows" : [ { }, { } ],
      "alwaysOnTop" : true,
      "focusOwner" : { },
      "windowStateListeners" : [ { }, { } ],
      "opaque" : true,
      "focusCycleRootAncestor" : { },
      "windowListeners" : [ { }, { } ],
      "mostRecentFocusOwner" : { },
      "accessibleContext" : { },
      "locale" : "...",
      "bufferStrategy" : { },
      "type" : "UTILITY",
      "warningString" : "...",
      "inputContext" : { },
      "showing" : true,
      "validateRoot" : true,
      "focusCycleRoot" : true,
      "iconImages" : [ { }, { } ],
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "cursorSet" : true
    }, {
      "toolkit" : { },
      "autoRequestFocus" : true,
      "focusableWindow" : true,
      "owner" : { },
      "locationByPlatform" : true,
      "background" : { },
      "windows" : [ { }, { } ],
      "focused" : true,
      "focusableWindowState" : true,
      "alwaysOnTopSupported" : true,
      "shape" : { },
      "opacity" : 12345.0,
      "active" : true,
      "modalExclusionType" : "APPLICATION_EXCLUDE",
      "windowFocusListeners" : [ { }, { } ],
      "ownerlessWindows" : [ { }, { } ],
      "ownedWindows" : [ { }, { } ],
      "alwaysOnTop" : true,
      "focusOwner" : { },
      "windowStateListeners" : [ { }, { } ],
      "opaque" : true,
      "focusCycleRootAncestor" : { },
      "windowListeners" : [ { }, { } ],
      "mostRecentFocusOwner" : { },
      "accessibleContext" : { },
      "locale" : "...",
      "bufferStrategy" : { },
      "type" : "NORMAL",
      "warningString" : "...",
      "inputContext" : { },
      "showing" : true,
      "validateRoot" : true,
      "focusCycleRoot" : true,
      "iconImages" : [ { }, { } ],
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "cursorSet" : true
    } ],
    "focused" : true,
    "focusableWindowState" : true,
    "alwaysOnTopSupported" : true,
    "shape" : {
      "bounds2D" : { },
      "bounds" : { }
    },
    "opacity" : 12345.0,
    "active" : true,
    "modalExclusionType" : "APPLICATION_EXCLUDE",
    "windowFocusListeners" : [ { }, { } ],
    "ownerlessWindows" : [ {
      "toolkit" : { },
      "autoRequestFocus" : true,
      "focusableWindow" : true,
      "owner" : { },
      "locationByPlatform" : true,
      "background" : { },
      "windows" : [ { }, { } ],
      "focused" : true,
      "focusableWindowState" : true,
      "alwaysOnTopSupported" : true,
      "shape" : { },
      "opacity" : 12345.0,
      "active" : true,
      "modalExclusionType" : "APPLICATION_EXCLUDE",
      "windowFocusListeners" : [ { }, { } ],
      "ownerlessWindows" : [ { }, { } ],
      "ownedWindows" : [ { }, { } ],
      "alwaysOnTop" : true,
      "focusOwner" : { },
      "windowStateListeners" : [ { }, { } ],
      "opaque" : true,
      "focusCycleRootAncestor" : { },
      "windowListeners" : [ { }, { } ],
      "mostRecentFocusOwner" : { },
      "accessibleContext" : { },
      "locale" : "...",
      "bufferStrategy" : { },
      "type" : "UTILITY",
      "warningString" : "...",
      "inputContext" : { },
      "showing" : true,
      "validateRoot" : true,
      "focusCycleRoot" : true,
      "iconImages" : [ { }, { } ],
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "cursorSet" : true
    }, {
      "toolkit" : { },
      "autoRequestFocus" : true,
      "focusableWindow" : true,
      "owner" : { },
      "locationByPlatform" : true,
      "background" : { },
      "windows" : [ { }, { } ],
      "focused" : true,
      "focusableWindowState" : true,
      "alwaysOnTopSupported" : true,
      "shape" : { },
      "opacity" : 12345.0,
      "active" : true,
      "modalExclusionType" : "APPLICATION_EXCLUDE",
      "windowFocusListeners" : [ { }, { } ],
      "ownerlessWindows" : [ { }, { } ],
      "ownedWindows" : [ { }, { } ],
      "alwaysOnTop" : true,
      "focusOwner" : { },
      "windowStateListeners" : [ { }, { } ],
      "opaque" : true,
      "focusCycleRootAncestor" : { },
      "windowListeners" : [ { }, { } ],
      "mostRecentFocusOwner" : { },
      "accessibleContext" : { },
      "locale" : "...",
      "bufferStrategy" : { },
      "type" : "POPUP",
      "warningString" : "...",
      "inputContext" : { },
      "showing" : true,
      "validateRoot" : true,
      "focusCycleRoot" : true,
      "iconImages" : [ { }, { } ],
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "cursorSet" : true
    } ],
    "ownedWindows" : [ {
      "toolkit" : { },
      "autoRequestFocus" : true,
      "focusableWindow" : true,
      "owner" : { },
      "locationByPlatform" : true,
      "background" : { },
      "windows" : [ { }, { } ],
      "focused" : true,
      "focusableWindowState" : true,
      "alwaysOnTopSupported" : true,
      "shape" : { },
      "opacity" : 12345.0,
      "active" : true,
      "modalExclusionType" : "NO_EXCLUDE",
      "windowFocusListeners" : [ { }, { } ],
      "ownerlessWindows" : [ { }, { } ],
      "ownedWindows" : [ { }, { } ],
      "alwaysOnTop" : true,
      "focusOwner" : { },
      "windowStateListeners" : [ { }, { } ],
      "opaque" : true,
      "focusCycleRootAncestor" : { },
      "windowListeners" : [ { }, { } ],
      "mostRecentFocusOwner" : { },
      "accessibleContext" : { },
      "locale" : "...",
      "bufferStrategy" : { },
      "type" : "NORMAL",
      "warningString" : "...",
      "inputContext" : { },
      "showing" : true,
      "validateRoot" : true,
      "focusCycleRoot" : true,
      "iconImages" : [ { }, { } ],
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "cursorSet" : true
    }, {
      "toolkit" : { },
      "autoRequestFocus" : true,
      "focusableWindow" : true,
      "owner" : { },
      "locationByPlatform" : true,
      "background" : { },
      "windows" : [ { }, { } ],
      "focused" : true,
      "focusableWindowState" : true,
      "alwaysOnTopSupported" : true,
      "shape" : { },
      "opacity" : 12345.0,
      "active" : true,
      "modalExclusionType" : "APPLICATION_EXCLUDE",
      "windowFocusListeners" : [ { }, { } ],
      "ownerlessWindows" : [ { }, { } ],
      "ownedWindows" : [ { }, { } ],
      "alwaysOnTop" : true,
      "focusOwner" : { },
      "windowStateListeners" : [ { }, { } ],
      "opaque" : true,
      "focusCycleRootAncestor" : { },
      "windowListeners" : [ { }, { } ],
      "mostRecentFocusOwner" : { },
      "accessibleContext" : { },
      "locale" : "...",
      "bufferStrategy" : { },
      "type" : "POPUP",
      "warningString" : "...",
      "inputContext" : { },
      "showing" : true,
      "validateRoot" : true,
      "focusCycleRoot" : true,
      "iconImages" : [ { }, { } ],
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "cursorSet" : true
    } ],
    "alwaysOnTop" : true,
    "focusOwner" : {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    },
    "windowStateListeners" : [ { }, { } ],
    "opaque" : true,
    "focusCycleRootAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "windowListeners" : [ { }, { } ],
    "mostRecentFocusOwner" : {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    },
    "locale" : "...",
    "bufferStrategy" : {
      "drawGraphics" : { },
      "capabilities" : { }
    },
    "type" : "UTILITY",
    "warningString" : "...",
    "inputContext" : {
      "instance" : { },
      "locale" : "...",
      "compositionEnabled" : true,
      "inputMethodControlObject" : { }
    },
    "showing" : true,
    "validateRoot" : true,
    "focusCycleRoot" : true,
    "iconImages" : [ {
      "graphics" : { },
      "source" : { },
      "accelerationPriority" : 12345.0
    }, {
      "graphics" : { },
      "source" : { },
      "accelerationPriority" : 12345.0
    } ],
    "focusTraversalPolicy" : { },
    "focusTraversalPolicySet" : true,
    "insets" : {
      "top" : 12345,
      "bottom" : 12345,
      "right" : 12345,
      "left" : 12345
    },
    "maximumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "layout" : { },
    "alignmentX" : 12345.0,
    "componentCount" : 12345,
    "focusTraversalPolicyProvider" : true,
    "minimumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "components" : [ {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    }, {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    } ],
    "preferredSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "alignmentY" : 12345.0,
    "containerListeners" : [ { }, { } ],
    "hierarchyBoundsListeners" : [ { }, { } ],
    "hierarchyListeners" : [ { }, { } ],
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "displayable" : true,
    "height" : 12345,
    "baselineResizeBehavior" : "CONSTANT_DESCENT",
    "foreground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "focusTraversalKeysEnabled" : true,
    "inputMethodRequests" : {
      "insertPositionOffset" : 12345,
      "committedTextLength" : 12345
    },
    "componentListeners" : [ { }, { } ],
    "doubleBuffered" : true,
    "visible" : true,
    "mouseWheelListeners" : [ { }, { } ],
    "treeLock" : { },
    "valid" : true,
    "lightweight" : true,
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "x" : 12345,
    "propertyChangeListeners" : [ { }, { } ],
    "focusListeners" : [ { }, { } ],
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "maximumSizeSet" : true,
    "backgroundSet" : true,
    "focusable" : true,
    "name" : "...",
    "width" : 12345,
    "inputMethodListeners" : [ { }, { } ],
    "ignoreRepaint" : true,
    "parent" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "keyListeners" : [ { }, { } ],
    "preferredSizeSet" : true,
    "enabled" : true,
    "componentOrientation" : {
      "leftToRight" : true,
      "horizontal" : true
    },
    "y" : 12345,
    "fontSet" : true,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "minimumSizeSet" : true,
    "cursor" : {
      "defaultCursor" : { },
      "name" : "...",
      "type" : 12345
    },
    "locationOnScreen" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "mouseMotionListeners" : [ { }, { } ],
    "graphicsConfiguration" : {
      "imageCapabilities" : { },
      "bufferCapabilities" : { },
      "device" : { },
      "bounds" : { },
      "colorModel" : { },
      "translucencyCapable" : true,
      "defaultTransform" : { },
      "normalizingTransform" : { }
    },
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "mousePosition" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "foregroundSet" : true,
    "dropTarget" : {
      "active" : true,
      "defaultActions" : 12345,
      "flavorMap" : { },
      "dropTargetContext" : { },
      "component" : { }
    },
    "mouseListeners" : [ { }, { } ],
    "cursorSet" : true
  } ],
  "state" : 12345,
  "iconImage" : {
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "source" : { },
    "accelerationPriority" : 12345.0
  },
  "resizable" : true,
  "undecorated" : true,
  "menuBar" : {
    "menuCount" : 12345,
    "helpMenu" : {
      "accessibleContext" : { },
      "itemCount" : 12345,
      "tearOff" : true,
      "actionListeners" : [ { }, { } ],
      "label" : "...",
      "enabled" : true,
      "actionCommand" : "...",
      "shortcut" : { },
      "font" : { },
      "parent" : { },
      "name" : "..."
    },
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "parent" : {
      "font" : { }
    },
    "name" : "..."
  },
  "maximizedBounds" : {
    "width" : 12345,
    "height" : 12345,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "x" : 12345,
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "y" : 12345,
    "bounds2D" : {
      "bounds2D" : { },
      "bounds" : { },
      "maxY" : 12345.0,
      "empty" : true,
      "y" : 12345.0,
      "width" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "x" : 12345.0,
      "centerY" : 12345.0,
      "height" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "bounds" : { },
    "empty" : true,
    "maxY" : 12345.0,
    "frame" : {
      "bounds2D" : { },
      "bounds" : { },
      "maxY" : 12345.0,
      "empty" : true,
      "y" : 12345.0,
      "width" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "x" : 12345.0,
      "centerY" : 12345.0,
      "height" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "minX" : 12345.0,
    "centerY" : 12345.0,
    "minY" : 12345.0,
    "maxX" : 12345.0,
    "centerX" : 12345.0
  },
  "toolkit" : {
    "maximumCursorColors" : 12345,
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "defaultToolkit" : { },
    "alwaysOnTopSupported" : true,
    "systemSelection" : {
      "flavorListeners" : [ { }, { } ],
      "name" : "...",
      "availableDataFlavors" : [ { }, { } ]
    },
    "dynamicLayoutActive" : true,
    "menuShortcutKeyMaskEx" : 12345,
    "systemEventQueue" : {
      "nextEvent" : { },
      "mostRecentEventTime" : 12345,
      "currentEvent" : { }
    },
    "systemClipboard" : {
      "flavorListeners" : [ { }, { } ],
      "name" : "...",
      "availableDataFlavors" : [ { }, { } ]
    },
    "screenSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "screenResolution" : 12345,
    "propertyChangeListeners" : [ { }, { } ],
    "AWTEventListeners" : [ { }, { } ]
  },
  "autoRequestFocus" : true,
  "focusableWindow" : true,
  "owner" : {
    "toolkit" : {
      "maximumCursorColors" : 12345,
      "colorModel" : { },
      "defaultToolkit" : { },
      "alwaysOnTopSupported" : true,
      "systemSelection" : { },
      "dynamicLayoutActive" : true,
      "menuShortcutKeyMaskEx" : 12345,
      "systemEventQueue" : { },
      "systemClipboard" : { },
      "screenSize" : { },
      "screenResolution" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "AWTEventListeners" : [ { }, { } ]
    },
    "autoRequestFocus" : true,
    "focusableWindow" : true,
    "owner" : { },
    "locationByPlatform" : true,
    "background" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "windows" : [ { }, { } ],
    "focused" : true,
    "focusableWindowState" : true,
    "alwaysOnTopSupported" : true,
    "shape" : {
      "bounds2D" : { },
      "bounds" : { }
    },
    "opacity" : 12345.0,
    "active" : true,
    "modalExclusionType" : "TOOLKIT_EXCLUDE",
    "windowFocusListeners" : [ { }, { } ],
    "ownerlessWindows" : [ { }, { } ],
    "ownedWindows" : [ { }, { } ],
    "alwaysOnTop" : true,
    "focusOwner" : {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    },
    "windowStateListeners" : [ { }, { } ],
    "opaque" : true,
    "focusCycleRootAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "windowListeners" : [ { }, { } ],
    "mostRecentFocusOwner" : {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    },
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "locale" : "...",
    "bufferStrategy" : {
      "drawGraphics" : { },
      "capabilities" : { }
    },
    "type" : "UTILITY",
    "warningString" : "...",
    "inputContext" : {
      "instance" : { },
      "locale" : "...",
      "compositionEnabled" : true,
      "inputMethodControlObject" : { }
    },
    "showing" : true,
    "validateRoot" : true,
    "focusCycleRoot" : true,
    "iconImages" : [ {
      "graphics" : { },
      "source" : { },
      "accelerationPriority" : 12345.0
    }, {
      "graphics" : { },
      "source" : { },
      "accelerationPriority" : 12345.0
    } ],
    "focusTraversalPolicy" : { },
    "focusTraversalPolicySet" : true,
    "insets" : {
      "top" : 12345,
      "bottom" : 12345,
      "right" : 12345,
      "left" : 12345
    },
    "maximumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "layout" : { },
    "alignmentX" : 12345.0,
    "componentCount" : 12345,
    "focusTraversalPolicyProvider" : true,
    "minimumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "components" : [ {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    }, {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    } ],
    "preferredSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "alignmentY" : 12345.0,
    "containerListeners" : [ { }, { } ],
    "hierarchyBoundsListeners" : [ { }, { } ],
    "hierarchyListeners" : [ { }, { } ],
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "displayable" : true,
    "height" : 12345,
    "baselineResizeBehavior" : "OTHER",
    "foreground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "focusTraversalKeysEnabled" : true,
    "inputMethodRequests" : {
      "insertPositionOffset" : 12345,
      "committedTextLength" : 12345
    },
    "componentListeners" : [ { }, { } ],
    "doubleBuffered" : true,
    "visible" : true,
    "mouseWheelListeners" : [ { }, { } ],
    "treeLock" : { },
    "valid" : true,
    "lightweight" : true,
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "x" : 12345,
    "propertyChangeListeners" : [ { }, { } ],
    "focusListeners" : [ { }, { } ],
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "maximumSizeSet" : true,
    "backgroundSet" : true,
    "focusable" : true,
    "name" : "...",
    "width" : 12345,
    "inputMethodListeners" : [ { }, { } ],
    "ignoreRepaint" : true,
    "parent" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "keyListeners" : [ { }, { } ],
    "preferredSizeSet" : true,
    "enabled" : true,
    "componentOrientation" : {
      "leftToRight" : true,
      "horizontal" : true
    },
    "y" : 12345,
    "fontSet" : true,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "minimumSizeSet" : true,
    "cursor" : {
      "defaultCursor" : { },
      "name" : "...",
      "type" : 12345
    },
    "locationOnScreen" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "mouseMotionListeners" : [ { }, { } ],
    "graphicsConfiguration" : {
      "imageCapabilities" : { },
      "bufferCapabilities" : { },
      "device" : { },
      "bounds" : { },
      "colorModel" : { },
      "translucencyCapable" : true,
      "defaultTransform" : { },
      "normalizingTransform" : { }
    },
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "mousePosition" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "foregroundSet" : true,
    "dropTarget" : {
      "active" : true,
      "defaultActions" : 12345,
      "flavorMap" : { },
      "dropTargetContext" : { },
      "component" : { }
    },
    "mouseListeners" : [ { }, { } ],
    "cursorSet" : true
  },
  "locationByPlatform" : true,
  "background" : {
    "transparency" : 12345,
    "red" : 12345,
    "RGB" : 12345,
    "alpha" : 12345,
    "blue" : 12345,
    "colorSpace" : {
      "CS_sRGB" : true,
      "numComponents" : 12345,
      "type" : 12345
    },
    "green" : 12345
  },
  "windows" : [ {
    "toolkit" : {
      "maximumCursorColors" : 12345,
      "colorModel" : { },
      "defaultToolkit" : { },
      "alwaysOnTopSupported" : true,
      "systemSelection" : { },
      "dynamicLayoutActive" : true,
      "menuShortcutKeyMaskEx" : 12345,
      "systemEventQueue" : { },
      "systemClipboard" : { },
      "screenSize" : { },
      "screenResolution" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "AWTEventListeners" : [ { }, { } ]
    },
    "autoRequestFocus" : true,
    "focusableWindow" : true,
    "owner" : { },
    "locationByPlatform" : true,
    "background" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "windows" : [ { }, { } ],
    "focused" : true,
    "focusableWindowState" : true,
    "alwaysOnTopSupported" : true,
    "shape" : {
      "bounds2D" : { },
      "bounds" : { }
    },
    "opacity" : 12345.0,
    "active" : true,
    "modalExclusionType" : "NO_EXCLUDE",
    "windowFocusListeners" : [ { }, { } ],
    "ownerlessWindows" : [ { }, { } ],
    "ownedWindows" : [ { }, { } ],
    "alwaysOnTop" : true,
    "focusOwner" : {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    },
    "windowStateListeners" : [ { }, { } ],
    "opaque" : true,
    "focusCycleRootAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "windowListeners" : [ { }, { } ],
    "mostRecentFocusOwner" : {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    },
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "locale" : "...",
    "bufferStrategy" : {
      "drawGraphics" : { },
      "capabilities" : { }
    },
    "type" : "POPUP",
    "warningString" : "...",
    "inputContext" : {
      "instance" : { },
      "locale" : "...",
      "compositionEnabled" : true,
      "inputMethodControlObject" : { }
    },
    "showing" : true,
    "validateRoot" : true,
    "focusCycleRoot" : true,
    "iconImages" : [ {
      "graphics" : { },
      "source" : { },
      "accelerationPriority" : 12345.0
    }, {
      "graphics" : { },
      "source" : { },
      "accelerationPriority" : 12345.0
    } ],
    "focusTraversalPolicy" : { },
    "focusTraversalPolicySet" : true,
    "insets" : {
      "top" : 12345,
      "bottom" : 12345,
      "right" : 12345,
      "left" : 12345
    },
    "maximumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "layout" : { },
    "alignmentX" : 12345.0,
    "componentCount" : 12345,
    "focusTraversalPolicyProvider" : true,
    "minimumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "components" : [ {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    }, {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    } ],
    "preferredSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "alignmentY" : 12345.0,
    "containerListeners" : [ { }, { } ],
    "hierarchyBoundsListeners" : [ { }, { } ],
    "hierarchyListeners" : [ { }, { } ],
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "displayable" : true,
    "height" : 12345,
    "baselineResizeBehavior" : "CENTER_OFFSET",
    "foreground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "focusTraversalKeysEnabled" : true,
    "inputMethodRequests" : {
      "insertPositionOffset" : 12345,
      "committedTextLength" : 12345
    },
    "componentListeners" : [ { }, { } ],
    "doubleBuffered" : true,
    "visible" : true,
    "mouseWheelListeners" : [ { }, { } ],
    "treeLock" : { },
    "valid" : true,
    "lightweight" : true,
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "x" : 12345,
    "propertyChangeListeners" : [ { }, { } ],
    "focusListeners" : [ { }, { } ],
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "maximumSizeSet" : true,
    "backgroundSet" : true,
    "focusable" : true,
    "name" : "...",
    "width" : 12345,
    "inputMethodListeners" : [ { }, { } ],
    "ignoreRepaint" : true,
    "parent" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "keyListeners" : [ { }, { } ],
    "preferredSizeSet" : true,
    "enabled" : true,
    "componentOrientation" : {
      "leftToRight" : true,
      "horizontal" : true
    },
    "y" : 12345,
    "fontSet" : true,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "minimumSizeSet" : true,
    "cursor" : {
      "defaultCursor" : { },
      "name" : "...",
      "type" : 12345
    },
    "locationOnScreen" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "mouseMotionListeners" : [ { }, { } ],
    "graphicsConfiguration" : {
      "imageCapabilities" : { },
      "bufferCapabilities" : { },
      "device" : { },
      "bounds" : { },
      "colorModel" : { },
      "translucencyCapable" : true,
      "defaultTransform" : { },
      "normalizingTransform" : { }
    },
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "mousePosition" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "foregroundSet" : true,
    "dropTarget" : {
      "active" : true,
      "defaultActions" : 12345,
      "flavorMap" : { },
      "dropTargetContext" : { },
      "component" : { }
    },
    "mouseListeners" : [ { }, { } ],
    "cursorSet" : true
  }, {
    "toolkit" : {
      "maximumCursorColors" : 12345,
      "colorModel" : { },
      "defaultToolkit" : { },
      "alwaysOnTopSupported" : true,
      "systemSelection" : { },
      "dynamicLayoutActive" : true,
      "menuShortcutKeyMaskEx" : 12345,
      "systemEventQueue" : { },
      "systemClipboard" : { },
      "screenSize" : { },
      "screenResolution" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "AWTEventListeners" : [ { }, { } ]
    },
    "autoRequestFocus" : true,
    "focusableWindow" : true,
    "owner" : { },
    "locationByPlatform" : true,
    "background" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "windows" : [ { }, { } ],
    "focused" : true,
    "focusableWindowState" : true,
    "alwaysOnTopSupported" : true,
    "shape" : {
      "bounds2D" : { },
      "bounds" : { }
    },
    "opacity" : 12345.0,
    "active" : true,
    "modalExclusionType" : "NO_EXCLUDE",
    "windowFocusListeners" : [ { }, { } ],
    "ownerlessWindows" : [ { }, { } ],
    "ownedWindows" : [ { }, { } ],
    "alwaysOnTop" : true,
    "focusOwner" : {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    },
    "windowStateListeners" : [ { }, { } ],
    "opaque" : true,
    "focusCycleRootAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "windowListeners" : [ { }, { } ],
    "mostRecentFocusOwner" : {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    },
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "locale" : "...",
    "bufferStrategy" : {
      "drawGraphics" : { },
      "capabilities" : { }
    },
    "type" : "UTILITY",
    "warningString" : "...",
    "inputContext" : {
      "instance" : { },
      "locale" : "...",
      "compositionEnabled" : true,
      "inputMethodControlObject" : { }
    },
    "showing" : true,
    "validateRoot" : true,
    "focusCycleRoot" : true,
    "iconImages" : [ {
      "graphics" : { },
      "source" : { },
      "accelerationPriority" : 12345.0
    }, {
      "graphics" : { },
      "source" : { },
      "accelerationPriority" : 12345.0
    } ],
    "focusTraversalPolicy" : { },
    "focusTraversalPolicySet" : true,
    "insets" : {
      "top" : 12345,
      "bottom" : 12345,
      "right" : 12345,
      "left" : 12345
    },
    "maximumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "layout" : { },
    "alignmentX" : 12345.0,
    "componentCount" : 12345,
    "focusTraversalPolicyProvider" : true,
    "minimumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "components" : [ {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    }, {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    } ],
    "preferredSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "alignmentY" : 12345.0,
    "containerListeners" : [ { }, { } ],
    "hierarchyBoundsListeners" : [ { }, { } ],
    "hierarchyListeners" : [ { }, { } ],
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "displayable" : true,
    "height" : 12345,
    "baselineResizeBehavior" : "CONSTANT_ASCENT",
    "foreground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "focusTraversalKeysEnabled" : true,
    "inputMethodRequests" : {
      "insertPositionOffset" : 12345,
      "committedTextLength" : 12345
    },
    "componentListeners" : [ { }, { } ],
    "doubleBuffered" : true,
    "visible" : true,
    "mouseWheelListeners" : [ { }, { } ],
    "treeLock" : { },
    "valid" : true,
    "lightweight" : true,
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "x" : 12345,
    "propertyChangeListeners" : [ { }, { } ],
    "focusListeners" : [ { }, { } ],
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "maximumSizeSet" : true,
    "backgroundSet" : true,
    "focusable" : true,
    "name" : "...",
    "width" : 12345,
    "inputMethodListeners" : [ { }, { } ],
    "ignoreRepaint" : true,
    "parent" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "keyListeners" : [ { }, { } ],
    "preferredSizeSet" : true,
    "enabled" : true,
    "componentOrientation" : {
      "leftToRight" : true,
      "horizontal" : true
    },
    "y" : 12345,
    "fontSet" : true,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "minimumSizeSet" : true,
    "cursor" : {
      "defaultCursor" : { },
      "name" : "...",
      "type" : 12345
    },
    "locationOnScreen" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "mouseMotionListeners" : [ { }, { } ],
    "graphicsConfiguration" : {
      "imageCapabilities" : { },
      "bufferCapabilities" : { },
      "device" : { },
      "bounds" : { },
      "colorModel" : { },
      "translucencyCapable" : true,
      "defaultTransform" : { },
      "normalizingTransform" : { }
    },
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "mousePosition" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "foregroundSet" : true,
    "dropTarget" : {
      "active" : true,
      "defaultActions" : 12345,
      "flavorMap" : { },
      "dropTargetContext" : { },
      "component" : { }
    },
    "mouseListeners" : [ { }, { } ],
    "cursorSet" : true
  } ],
  "focused" : true,
  "focusableWindowState" : true,
  "alwaysOnTopSupported" : true,
  "shape" : {
    "bounds2D" : {
      "bounds2D" : { },
      "bounds" : { },
      "maxY" : 12345.0,
      "empty" : true,
      "y" : 12345.0,
      "width" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "x" : 12345.0,
      "centerY" : 12345.0,
      "height" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    }
  },
  "opacity" : 12345.0,
  "active" : true,
  "modalExclusionType" : "NO_EXCLUDE",
  "windowFocusListeners" : [ { }, { } ],
  "ownerlessWindows" : [ {
    "toolkit" : {
      "maximumCursorColors" : 12345,
      "colorModel" : { },
      "defaultToolkit" : { },
      "alwaysOnTopSupported" : true,
      "systemSelection" : { },
      "dynamicLayoutActive" : true,
      "menuShortcutKeyMaskEx" : 12345,
      "systemEventQueue" : { },
      "systemClipboard" : { },
      "screenSize" : { },
      "screenResolution" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "AWTEventListeners" : [ { }, { } ]
    },
    "autoRequestFocus" : true,
    "focusableWindow" : true,
    "owner" : { },
    "locationByPlatform" : true,
    "background" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "windows" : [ { }, { } ],
    "focused" : true,
    "focusableWindowState" : true,
    "alwaysOnTopSupported" : true,
    "shape" : {
      "bounds2D" : { },
      "bounds" : { }
    },
    "opacity" : 12345.0,
    "active" : true,
    "modalExclusionType" : "TOOLKIT_EXCLUDE",
    "windowFocusListeners" : [ { }, { } ],
    "ownerlessWindows" : [ { }, { } ],
    "ownedWindows" : [ { }, { } ],
    "alwaysOnTop" : true,
    "focusOwner" : {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    },
    "windowStateListeners" : [ { }, { } ],
    "opaque" : true,
    "focusCycleRootAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "windowListeners" : [ { }, { } ],
    "mostRecentFocusOwner" : {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    },
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "locale" : "...",
    "bufferStrategy" : {
      "drawGraphics" : { },
      "capabilities" : { }
    },
    "type" : "POPUP",
    "warningString" : "...",
    "inputContext" : {
      "instance" : { },
      "locale" : "...",
      "compositionEnabled" : true,
      "inputMethodControlObject" : { }
    },
    "showing" : true,
    "validateRoot" : true,
    "focusCycleRoot" : true,
    "iconImages" : [ {
      "graphics" : { },
      "source" : { },
      "accelerationPriority" : 12345.0
    }, {
      "graphics" : { },
      "source" : { },
      "accelerationPriority" : 12345.0
    } ],
    "focusTraversalPolicy" : { },
    "focusTraversalPolicySet" : true,
    "insets" : {
      "top" : 12345,
      "bottom" : 12345,
      "right" : 12345,
      "left" : 12345
    },
    "maximumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "layout" : { },
    "alignmentX" : 12345.0,
    "componentCount" : 12345,
    "focusTraversalPolicyProvider" : true,
    "minimumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "components" : [ {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    }, {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    } ],
    "preferredSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "alignmentY" : 12345.0,
    "containerListeners" : [ { }, { } ],
    "hierarchyBoundsListeners" : [ { }, { } ],
    "hierarchyListeners" : [ { }, { } ],
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "displayable" : true,
    "height" : 12345,
    "baselineResizeBehavior" : "CENTER_OFFSET",
    "foreground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "focusTraversalKeysEnabled" : true,
    "inputMethodRequests" : {
      "insertPositionOffset" : 12345,
      "committedTextLength" : 12345
    },
    "componentListeners" : [ { }, { } ],
    "doubleBuffered" : true,
    "visible" : true,
    "mouseWheelListeners" : [ { }, { } ],
    "treeLock" : { },
    "valid" : true,
    "lightweight" : true,
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "x" : 12345,
    "propertyChangeListeners" : [ { }, { } ],
    "focusListeners" : [ { }, { } ],
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "maximumSizeSet" : true,
    "backgroundSet" : true,
    "focusable" : true,
    "name" : "...",
    "width" : 12345,
    "inputMethodListeners" : [ { }, { } ],
    "ignoreRepaint" : true,
    "parent" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "keyListeners" : [ { }, { } ],
    "preferredSizeSet" : true,
    "enabled" : true,
    "componentOrientation" : {
      "leftToRight" : true,
      "horizontal" : true
    },
    "y" : 12345,
    "fontSet" : true,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "minimumSizeSet" : true,
    "cursor" : {
      "defaultCursor" : { },
      "name" : "...",
      "type" : 12345
    },
    "locationOnScreen" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "mouseMotionListeners" : [ { }, { } ],
    "graphicsConfiguration" : {
      "imageCapabilities" : { },
      "bufferCapabilities" : { },
      "device" : { },
      "bounds" : { },
      "colorModel" : { },
      "translucencyCapable" : true,
      "defaultTransform" : { },
      "normalizingTransform" : { }
    },
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "mousePosition" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "foregroundSet" : true,
    "dropTarget" : {
      "active" : true,
      "defaultActions" : 12345,
      "flavorMap" : { },
      "dropTargetContext" : { },
      "component" : { }
    },
    "mouseListeners" : [ { }, { } ],
    "cursorSet" : true
  }, {
    "toolkit" : {
      "maximumCursorColors" : 12345,
      "colorModel" : { },
      "defaultToolkit" : { },
      "alwaysOnTopSupported" : true,
      "systemSelection" : { },
      "dynamicLayoutActive" : true,
      "menuShortcutKeyMaskEx" : 12345,
      "systemEventQueue" : { },
      "systemClipboard" : { },
      "screenSize" : { },
      "screenResolution" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "AWTEventListeners" : [ { }, { } ]
    },
    "autoRequestFocus" : true,
    "focusableWindow" : true,
    "owner" : { },
    "locationByPlatform" : true,
    "background" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "windows" : [ { }, { } ],
    "focused" : true,
    "focusableWindowState" : true,
    "alwaysOnTopSupported" : true,
    "shape" : {
      "bounds2D" : { },
      "bounds" : { }
    },
    "opacity" : 12345.0,
    "active" : true,
    "modalExclusionType" : "APPLICATION_EXCLUDE",
    "windowFocusListeners" : [ { }, { } ],
    "ownerlessWindows" : [ { }, { } ],
    "ownedWindows" : [ { }, { } ],
    "alwaysOnTop" : true,
    "focusOwner" : {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    },
    "windowStateListeners" : [ { }, { } ],
    "opaque" : true,
    "focusCycleRootAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "windowListeners" : [ { }, { } ],
    "mostRecentFocusOwner" : {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    },
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "locale" : "...",
    "bufferStrategy" : {
      "drawGraphics" : { },
      "capabilities" : { }
    },
    "type" : "UTILITY",
    "warningString" : "...",
    "inputContext" : {
      "instance" : { },
      "locale" : "...",
      "compositionEnabled" : true,
      "inputMethodControlObject" : { }
    },
    "showing" : true,
    "validateRoot" : true,
    "focusCycleRoot" : true,
    "iconImages" : [ {
      "graphics" : { },
      "source" : { },
      "accelerationPriority" : 12345.0
    }, {
      "graphics" : { },
      "source" : { },
      "accelerationPriority" : 12345.0
    } ],
    "focusTraversalPolicy" : { },
    "focusTraversalPolicySet" : true,
    "insets" : {
      "top" : 12345,
      "bottom" : 12345,
      "right" : 12345,
      "left" : 12345
    },
    "maximumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "layout" : { },
    "alignmentX" : 12345.0,
    "componentCount" : 12345,
    "focusTraversalPolicyProvider" : true,
    "minimumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "components" : [ {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    }, {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    } ],
    "preferredSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "alignmentY" : 12345.0,
    "containerListeners" : [ { }, { } ],
    "hierarchyBoundsListeners" : [ { }, { } ],
    "hierarchyListeners" : [ { }, { } ],
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "displayable" : true,
    "height" : 12345,
    "baselineResizeBehavior" : "CENTER_OFFSET",
    "foreground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "focusTraversalKeysEnabled" : true,
    "inputMethodRequests" : {
      "insertPositionOffset" : 12345,
      "committedTextLength" : 12345
    },
    "componentListeners" : [ { }, { } ],
    "doubleBuffered" : true,
    "visible" : true,
    "mouseWheelListeners" : [ { }, { } ],
    "treeLock" : { },
    "valid" : true,
    "lightweight" : true,
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "x" : 12345,
    "propertyChangeListeners" : [ { }, { } ],
    "focusListeners" : [ { }, { } ],
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "maximumSizeSet" : true,
    "backgroundSet" : true,
    "focusable" : true,
    "name" : "...",
    "width" : 12345,
    "inputMethodListeners" : [ { }, { } ],
    "ignoreRepaint" : true,
    "parent" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "keyListeners" : [ { }, { } ],
    "preferredSizeSet" : true,
    "enabled" : true,
    "componentOrientation" : {
      "leftToRight" : true,
      "horizontal" : true
    },
    "y" : 12345,
    "fontSet" : true,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "minimumSizeSet" : true,
    "cursor" : {
      "defaultCursor" : { },
      "name" : "...",
      "type" : 12345
    },
    "locationOnScreen" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "mouseMotionListeners" : [ { }, { } ],
    "graphicsConfiguration" : {
      "imageCapabilities" : { },
      "bufferCapabilities" : { },
      "device" : { },
      "bounds" : { },
      "colorModel" : { },
      "translucencyCapable" : true,
      "defaultTransform" : { },
      "normalizingTransform" : { }
    },
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "mousePosition" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "foregroundSet" : true,
    "dropTarget" : {
      "active" : true,
      "defaultActions" : 12345,
      "flavorMap" : { },
      "dropTargetContext" : { },
      "component" : { }
    },
    "mouseListeners" : [ { }, { } ],
    "cursorSet" : true
  } ],
  "ownedWindows" : [ {
    "toolkit" : {
      "maximumCursorColors" : 12345,
      "colorModel" : { },
      "defaultToolkit" : { },
      "alwaysOnTopSupported" : true,
      "systemSelection" : { },
      "dynamicLayoutActive" : true,
      "menuShortcutKeyMaskEx" : 12345,
      "systemEventQueue" : { },
      "systemClipboard" : { },
      "screenSize" : { },
      "screenResolution" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "AWTEventListeners" : [ { }, { } ]
    },
    "autoRequestFocus" : true,
    "focusableWindow" : true,
    "owner" : { },
    "locationByPlatform" : true,
    "background" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "windows" : [ { }, { } ],
    "focused" : true,
    "focusableWindowState" : true,
    "alwaysOnTopSupported" : true,
    "shape" : {
      "bounds2D" : { },
      "bounds" : { }
    },
    "opacity" : 12345.0,
    "active" : true,
    "modalExclusionType" : "APPLICATION_EXCLUDE",
    "windowFocusListeners" : [ { }, { } ],
    "ownerlessWindows" : [ { }, { } ],
    "ownedWindows" : [ { }, { } ],
    "alwaysOnTop" : true,
    "focusOwner" : {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    },
    "windowStateListeners" : [ { }, { } ],
    "opaque" : true,
    "focusCycleRootAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "windowListeners" : [ { }, { } ],
    "mostRecentFocusOwner" : {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    },
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "locale" : "...",
    "bufferStrategy" : {
      "drawGraphics" : { },
      "capabilities" : { }
    },
    "type" : "POPUP",
    "warningString" : "...",
    "inputContext" : {
      "instance" : { },
      "locale" : "...",
      "compositionEnabled" : true,
      "inputMethodControlObject" : { }
    },
    "showing" : true,
    "validateRoot" : true,
    "focusCycleRoot" : true,
    "iconImages" : [ {
      "graphics" : { },
      "source" : { },
      "accelerationPriority" : 12345.0
    }, {
      "graphics" : { },
      "source" : { },
      "accelerationPriority" : 12345.0
    } ],
    "focusTraversalPolicy" : { },
    "focusTraversalPolicySet" : true,
    "insets" : {
      "top" : 12345,
      "bottom" : 12345,
      "right" : 12345,
      "left" : 12345
    },
    "maximumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "layout" : { },
    "alignmentX" : 12345.0,
    "componentCount" : 12345,
    "focusTraversalPolicyProvider" : true,
    "minimumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "components" : [ {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    }, {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    } ],
    "preferredSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "alignmentY" : 12345.0,
    "containerListeners" : [ { }, { } ],
    "hierarchyBoundsListeners" : [ { }, { } ],
    "hierarchyListeners" : [ { }, { } ],
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "displayable" : true,
    "height" : 12345,
    "baselineResizeBehavior" : "OTHER",
    "foreground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "focusTraversalKeysEnabled" : true,
    "inputMethodRequests" : {
      "insertPositionOffset" : 12345,
      "committedTextLength" : 12345
    },
    "componentListeners" : [ { }, { } ],
    "doubleBuffered" : true,
    "visible" : true,
    "mouseWheelListeners" : [ { }, { } ],
    "treeLock" : { },
    "valid" : true,
    "lightweight" : true,
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "x" : 12345,
    "propertyChangeListeners" : [ { }, { } ],
    "focusListeners" : [ { }, { } ],
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "maximumSizeSet" : true,
    "backgroundSet" : true,
    "focusable" : true,
    "name" : "...",
    "width" : 12345,
    "inputMethodListeners" : [ { }, { } ],
    "ignoreRepaint" : true,
    "parent" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "keyListeners" : [ { }, { } ],
    "preferredSizeSet" : true,
    "enabled" : true,
    "componentOrientation" : {
      "leftToRight" : true,
      "horizontal" : true
    },
    "y" : 12345,
    "fontSet" : true,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "minimumSizeSet" : true,
    "cursor" : {
      "defaultCursor" : { },
      "name" : "...",
      "type" : 12345
    },
    "locationOnScreen" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "mouseMotionListeners" : [ { }, { } ],
    "graphicsConfiguration" : {
      "imageCapabilities" : { },
      "bufferCapabilities" : { },
      "device" : { },
      "bounds" : { },
      "colorModel" : { },
      "translucencyCapable" : true,
      "defaultTransform" : { },
      "normalizingTransform" : { }
    },
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "mousePosition" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "foregroundSet" : true,
    "dropTarget" : {
      "active" : true,
      "defaultActions" : 12345,
      "flavorMap" : { },
      "dropTargetContext" : { },
      "component" : { }
    },
    "mouseListeners" : [ { }, { } ],
    "cursorSet" : true
  }, {
    "toolkit" : {
      "maximumCursorColors" : 12345,
      "colorModel" : { },
      "defaultToolkit" : { },
      "alwaysOnTopSupported" : true,
      "systemSelection" : { },
      "dynamicLayoutActive" : true,
      "menuShortcutKeyMaskEx" : 12345,
      "systemEventQueue" : { },
      "systemClipboard" : { },
      "screenSize" : { },
      "screenResolution" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "AWTEventListeners" : [ { }, { } ]
    },
    "autoRequestFocus" : true,
    "focusableWindow" : true,
    "owner" : { },
    "locationByPlatform" : true,
    "background" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "windows" : [ { }, { } ],
    "focused" : true,
    "focusableWindowState" : true,
    "alwaysOnTopSupported" : true,
    "shape" : {
      "bounds2D" : { },
      "bounds" : { }
    },
    "opacity" : 12345.0,
    "active" : true,
    "modalExclusionType" : "NO_EXCLUDE",
    "windowFocusListeners" : [ { }, { } ],
    "ownerlessWindows" : [ { }, { } ],
    "ownedWindows" : [ { }, { } ],
    "alwaysOnTop" : true,
    "focusOwner" : {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    },
    "windowStateListeners" : [ { }, { } ],
    "opaque" : true,
    "focusCycleRootAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "windowListeners" : [ { }, { } ],
    "mostRecentFocusOwner" : {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    },
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "locale" : "...",
    "bufferStrategy" : {
      "drawGraphics" : { },
      "capabilities" : { }
    },
    "type" : "UTILITY",
    "warningString" : "...",
    "inputContext" : {
      "instance" : { },
      "locale" : "...",
      "compositionEnabled" : true,
      "inputMethodControlObject" : { }
    },
    "showing" : true,
    "validateRoot" : true,
    "focusCycleRoot" : true,
    "iconImages" : [ {
      "graphics" : { },
      "source" : { },
      "accelerationPriority" : 12345.0
    }, {
      "graphics" : { },
      "source" : { },
      "accelerationPriority" : 12345.0
    } ],
    "focusTraversalPolicy" : { },
    "focusTraversalPolicySet" : true,
    "insets" : {
      "top" : 12345,
      "bottom" : 12345,
      "right" : 12345,
      "left" : 12345
    },
    "maximumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "layout" : { },
    "alignmentX" : 12345.0,
    "componentCount" : 12345,
    "focusTraversalPolicyProvider" : true,
    "minimumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "components" : [ {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    }, {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    } ],
    "preferredSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "alignmentY" : 12345.0,
    "containerListeners" : [ { }, { } ],
    "hierarchyBoundsListeners" : [ { }, { } ],
    "hierarchyListeners" : [ { }, { } ],
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "displayable" : true,
    "height" : 12345,
    "baselineResizeBehavior" : "CENTER_OFFSET",
    "foreground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "focusTraversalKeysEnabled" : true,
    "inputMethodRequests" : {
      "insertPositionOffset" : 12345,
      "committedTextLength" : 12345
    },
    "componentListeners" : [ { }, { } ],
    "doubleBuffered" : true,
    "visible" : true,
    "mouseWheelListeners" : [ { }, { } ],
    "treeLock" : { },
    "valid" : true,
    "lightweight" : true,
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "x" : 12345,
    "propertyChangeListeners" : [ { }, { } ],
    "focusListeners" : [ { }, { } ],
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "maximumSizeSet" : true,
    "backgroundSet" : true,
    "focusable" : true,
    "name" : "...",
    "width" : 12345,
    "inputMethodListeners" : [ { }, { } ],
    "ignoreRepaint" : true,
    "parent" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "keyListeners" : [ { }, { } ],
    "preferredSizeSet" : true,
    "enabled" : true,
    "componentOrientation" : {
      "leftToRight" : true,
      "horizontal" : true
    },
    "y" : 12345,
    "fontSet" : true,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "minimumSizeSet" : true,
    "cursor" : {
      "defaultCursor" : { },
      "name" : "...",
      "type" : 12345
    },
    "locationOnScreen" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "mouseMotionListeners" : [ { }, { } ],
    "graphicsConfiguration" : {
      "imageCapabilities" : { },
      "bufferCapabilities" : { },
      "device" : { },
      "bounds" : { },
      "colorModel" : { },
      "translucencyCapable" : true,
      "defaultTransform" : { },
      "normalizingTransform" : { }
    },
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "mousePosition" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "foregroundSet" : true,
    "dropTarget" : {
      "active" : true,
      "defaultActions" : 12345,
      "flavorMap" : { },
      "dropTargetContext" : { },
      "component" : { }
    },
    "mouseListeners" : [ { }, { } ],
    "cursorSet" : true
  } ],
  "alwaysOnTop" : true,
  "focusOwner" : {
    "hierarchyBoundsListeners" : [ { }, { } ],
    "hierarchyListeners" : [ { }, { } ],
    "showing" : true,
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "minimumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "displayable" : true,
    "height" : 12345,
    "locale" : "...",
    "background" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "baselineResizeBehavior" : "CONSTANT_ASCENT",
    "foreground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "focusTraversalKeysEnabled" : true,
    "inputMethodRequests" : {
      "insertPositionOffset" : 12345,
      "committedTextLength" : 12345
    },
    "componentListeners" : [ { }, { } ],
    "doubleBuffered" : true,
    "visible" : true,
    "mouseWheelListeners" : [ { }, { } ],
    "treeLock" : { },
    "valid" : true,
    "focusCycleRootAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "OTHER",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "lightweight" : true,
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "x" : 12345,
    "propertyChangeListeners" : [ { }, { } ],
    "focusListeners" : [ { }, { } ],
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "maximumSizeSet" : true,
    "backgroundSet" : true,
    "focusable" : true,
    "name" : "...",
    "opaque" : true,
    "width" : 12345,
    "inputMethodListeners" : [ { }, { } ],
    "ignoreRepaint" : true,
    "parent" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "keyListeners" : [ { }, { } ],
    "preferredSizeSet" : true,
    "enabled" : true,
    "componentOrientation" : {
      "leftToRight" : true,
      "horizontal" : true
    },
    "maximumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "y" : 12345,
    "fontSet" : true,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "minimumSizeSet" : true,
    "inputContext" : {
      "instance" : { },
      "locale" : "...",
      "compositionEnabled" : true,
      "inputMethodControlObject" : { }
    },
    "cursor" : {
      "defaultCursor" : { },
      "name" : "...",
      "type" : 12345
    },
    "locationOnScreen" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "mouseMotionListeners" : [ { }, { } ],
    "graphicsConfiguration" : {
      "imageCapabilities" : { },
      "bufferCapabilities" : { },
      "device" : { },
      "bounds" : { },
      "colorModel" : { },
      "translucencyCapable" : true,
      "defaultTransform" : { },
      "normalizingTransform" : { }
    },
    "focusOwner" : true,
    "preferredSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "mousePosition" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "foregroundSet" : true,
    "dropTarget" : {
      "active" : true,
      "defaultActions" : 12345,
      "flavorMap" : { },
      "dropTargetContext" : { },
      "component" : { }
    },
    "mouseListeners" : [ { }, { } ],
    "alignmentY" : 12345.0,
    "alignmentX" : 12345.0,
    "toolkit" : {
      "maximumCursorColors" : 12345,
      "colorModel" : { },
      "defaultToolkit" : { },
      "alwaysOnTopSupported" : true,
      "systemSelection" : { },
      "dynamicLayoutActive" : true,
      "menuShortcutKeyMaskEx" : 12345,
      "systemEventQueue" : { },
      "systemClipboard" : { },
      "screenSize" : { },
      "screenResolution" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "AWTEventListeners" : [ { }, { } ]
    },
    "cursorSet" : true
  },
  "windowStateListeners" : [ { }, { } ],
  "opaque" : true,
  "focusCycleRootAncestor" : {
    "focusTraversalPolicy" : { },
    "focusTraversalPolicySet" : true,
    "insets" : {
      "top" : 12345,
      "bottom" : 12345,
      "right" : 12345,
      "left" : 12345
    },
    "maximumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "layout" : { },
    "alignmentX" : 12345.0,
    "componentCount" : 12345,
    "focusTraversalPolicyProvider" : true,
    "validateRoot" : true,
    "minimumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "components" : [ {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    }, {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    } ],
    "focusCycleRoot" : true,
    "preferredSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "alignmentY" : 12345.0,
    "containerListeners" : [ { }, { } ],
    "hierarchyBoundsListeners" : [ { }, { } ],
    "hierarchyListeners" : [ { }, { } ],
    "showing" : true,
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "displayable" : true,
    "height" : 12345,
    "locale" : "...",
    "background" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "baselineResizeBehavior" : "CONSTANT_ASCENT",
    "foreground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "focusTraversalKeysEnabled" : true,
    "inputMethodRequests" : {
      "insertPositionOffset" : 12345,
      "committedTextLength" : 12345
    },
    "componentListeners" : [ { }, { } ],
    "doubleBuffered" : true,
    "visible" : true,
    "mouseWheelListeners" : [ { }, { } ],
    "treeLock" : { },
    "valid" : true,
    "focusCycleRootAncestor" : { },
    "lightweight" : true,
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "x" : 12345,
    "propertyChangeListeners" : [ { }, { } ],
    "focusListeners" : [ { }, { } ],
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "maximumSizeSet" : true,
    "backgroundSet" : true,
    "focusable" : true,
    "name" : "...",
    "opaque" : true,
    "width" : 12345,
    "inputMethodListeners" : [ { }, { } ],
    "ignoreRepaint" : true,
    "parent" : { },
    "keyListeners" : [ { }, { } ],
    "preferredSizeSet" : true,
    "enabled" : true,
    "componentOrientation" : {
      "leftToRight" : true,
      "horizontal" : true
    },
    "y" : 12345,
    "fontSet" : true,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "minimumSizeSet" : true,
    "inputContext" : {
      "instance" : { },
      "locale" : "...",
      "compositionEnabled" : true,
      "inputMethodControlObject" : { }
    },
    "cursor" : {
      "defaultCursor" : { },
      "name" : "...",
      "type" : 12345
    },
    "locationOnScreen" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "mouseMotionListeners" : [ { }, { } ],
    "graphicsConfiguration" : {
      "imageCapabilities" : { },
      "bufferCapabilities" : { },
      "device" : { },
      "bounds" : { },
      "colorModel" : { },
      "translucencyCapable" : true,
      "defaultTransform" : { },
      "normalizingTransform" : { }
    },
    "focusOwner" : true,
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "mousePosition" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "foregroundSet" : true,
    "dropTarget" : {
      "active" : true,
      "defaultActions" : 12345,
      "flavorMap" : { },
      "dropTargetContext" : { },
      "component" : { }
    },
    "mouseListeners" : [ { }, { } ],
    "toolkit" : {
      "maximumCursorColors" : 12345,
      "colorModel" : { },
      "defaultToolkit" : { },
      "alwaysOnTopSupported" : true,
      "systemSelection" : { },
      "dynamicLayoutActive" : true,
      "menuShortcutKeyMaskEx" : 12345,
      "systemEventQueue" : { },
      "systemClipboard" : { },
      "screenSize" : { },
      "screenResolution" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "AWTEventListeners" : [ { }, { } ]
    },
    "cursorSet" : true
  },
  "windowListeners" : [ { }, { } ],
  "mostRecentFocusOwner" : {
    "hierarchyBoundsListeners" : [ { }, { } ],
    "hierarchyListeners" : [ { }, { } ],
    "showing" : true,
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "minimumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "displayable" : true,
    "height" : 12345,
    "locale" : "...",
    "background" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "baselineResizeBehavior" : "CENTER_OFFSET",
    "foreground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "focusTraversalKeysEnabled" : true,
    "inputMethodRequests" : {
      "insertPositionOffset" : 12345,
      "committedTextLength" : 12345
    },
    "componentListeners" : [ { }, { } ],
    "doubleBuffered" : true,
    "visible" : true,
    "mouseWheelListeners" : [ { }, { } ],
    "treeLock" : { },
    "valid" : true,
    "focusCycleRootAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "lightweight" : true,
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "x" : 12345,
    "propertyChangeListeners" : [ { }, { } ],
    "focusListeners" : [ { }, { } ],
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "maximumSizeSet" : true,
    "backgroundSet" : true,
    "focusable" : true,
    "name" : "...",
    "opaque" : true,
    "width" : 12345,
    "inputMethodListeners" : [ { }, { } ],
    "ignoreRepaint" : true,
    "parent" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "keyListeners" : [ { }, { } ],
    "preferredSizeSet" : true,
    "enabled" : true,
    "componentOrientation" : {
      "leftToRight" : true,
      "horizontal" : true
    },
    "maximumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "y" : 12345,
    "fontSet" : true,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "minimumSizeSet" : true,
    "inputContext" : {
      "instance" : { },
      "locale" : "...",
      "compositionEnabled" : true,
      "inputMethodControlObject" : { }
    },
    "cursor" : {
      "defaultCursor" : { },
      "name" : "...",
      "type" : 12345
    },
    "locationOnScreen" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "mouseMotionListeners" : [ { }, { } ],
    "graphicsConfiguration" : {
      "imageCapabilities" : { },
      "bufferCapabilities" : { },
      "device" : { },
      "bounds" : { },
      "colorModel" : { },
      "translucencyCapable" : true,
      "defaultTransform" : { },
      "normalizingTransform" : { }
    },
    "focusOwner" : true,
    "preferredSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "mousePosition" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "foregroundSet" : true,
    "dropTarget" : {
      "active" : true,
      "defaultActions" : 12345,
      "flavorMap" : { },
      "dropTargetContext" : { },
      "component" : { }
    },
    "mouseListeners" : [ { }, { } ],
    "alignmentY" : 12345.0,
    "alignmentX" : 12345.0,
    "toolkit" : {
      "maximumCursorColors" : 12345,
      "colorModel" : { },
      "defaultToolkit" : { },
      "alwaysOnTopSupported" : true,
      "systemSelection" : { },
      "dynamicLayoutActive" : true,
      "menuShortcutKeyMaskEx" : 12345,
      "systemEventQueue" : { },
      "systemClipboard" : { },
      "screenSize" : { },
      "screenResolution" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "AWTEventListeners" : [ { }, { } ]
    },
    "cursorSet" : true
  },
  "locale" : "...",
  "bufferStrategy" : {
    "drawGraphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "capabilities" : {
      "frontBufferCapabilities" : { },
      "flipContents" : { },
      "pageFlipping" : true,
      "backBufferCapabilities" : { },
      "multiBufferAvailable" : true,
      "fullScreenRequired" : true
    }
  },
  "type" : "UTILITY",
  "warningString" : "...",
  "inputContext" : {
    "instance" : { },
    "locale" : "...",
    "compositionEnabled" : true,
    "inputMethodControlObject" : { }
  },
  "showing" : true,
  "validateRoot" : true,
  "focusCycleRoot" : true,
  "iconImages" : [ {
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "source" : { },
    "accelerationPriority" : 12345.0
  }, {
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "source" : { },
    "accelerationPriority" : 12345.0
  } ],
  "focusTraversalPolicy" : { },
  "focusTraversalPolicySet" : true,
  "insets" : {
    "top" : 12345,
    "bottom" : 12345,
    "right" : 12345,
    "left" : 12345
  },
  "maximumSize" : {
    "size" : { },
    "width" : 12345,
    "height" : 12345
  },
  "layout" : { },
  "alignmentX" : 12345.0,
  "componentCount" : 12345,
  "focusTraversalPolicyProvider" : true,
  "minimumSize" : {
    "size" : { },
    "width" : 12345,
    "height" : 12345
  },
  "components" : [ {
    "hierarchyBoundsListeners" : [ { }, { } ],
    "hierarchyListeners" : [ { }, { } ],
    "showing" : true,
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "minimumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "displayable" : true,
    "height" : 12345,
    "locale" : "...",
    "background" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "baselineResizeBehavior" : "OTHER",
    "foreground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "focusTraversalKeysEnabled" : true,
    "inputMethodRequests" : {
      "insertPositionOffset" : 12345,
      "committedTextLength" : 12345
    },
    "componentListeners" : [ { }, { } ],
    "doubleBuffered" : true,
    "visible" : true,
    "mouseWheelListeners" : [ { }, { } ],
    "treeLock" : { },
    "valid" : true,
    "focusCycleRootAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "lightweight" : true,
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "x" : 12345,
    "propertyChangeListeners" : [ { }, { } ],
    "focusListeners" : [ { }, { } ],
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "maximumSizeSet" : true,
    "backgroundSet" : true,
    "focusable" : true,
    "name" : "...",
    "opaque" : true,
    "width" : 12345,
    "inputMethodListeners" : [ { }, { } ],
    "ignoreRepaint" : true,
    "parent" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "keyListeners" : [ { }, { } ],
    "preferredSizeSet" : true,
    "enabled" : true,
    "componentOrientation" : {
      "leftToRight" : true,
      "horizontal" : true
    },
    "maximumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "y" : 12345,
    "fontSet" : true,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "minimumSizeSet" : true,
    "inputContext" : {
      "instance" : { },
      "locale" : "...",
      "compositionEnabled" : true,
      "inputMethodControlObject" : { }
    },
    "cursor" : {
      "defaultCursor" : { },
      "name" : "...",
      "type" : 12345
    },
    "locationOnScreen" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "mouseMotionListeners" : [ { }, { } ],
    "graphicsConfiguration" : {
      "imageCapabilities" : { },
      "bufferCapabilities" : { },
      "device" : { },
      "bounds" : { },
      "colorModel" : { },
      "translucencyCapable" : true,
      "defaultTransform" : { },
      "normalizingTransform" : { }
    },
    "focusOwner" : true,
    "preferredSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "mousePosition" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "foregroundSet" : true,
    "dropTarget" : {
      "active" : true,
      "defaultActions" : 12345,
      "flavorMap" : { },
      "dropTargetContext" : { },
      "component" : { }
    },
    "mouseListeners" : [ { }, { } ],
    "alignmentY" : 12345.0,
    "alignmentX" : 12345.0,
    "toolkit" : {
      "maximumCursorColors" : 12345,
      "colorModel" : { },
      "defaultToolkit" : { },
      "alwaysOnTopSupported" : true,
      "systemSelection" : { },
      "dynamicLayoutActive" : true,
      "menuShortcutKeyMaskEx" : 12345,
      "systemEventQueue" : { },
      "systemClipboard" : { },
      "screenSize" : { },
      "screenResolution" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "AWTEventListeners" : [ { }, { } ]
    },
    "cursorSet" : true
  }, {
    "hierarchyBoundsListeners" : [ { }, { } ],
    "hierarchyListeners" : [ { }, { } ],
    "showing" : true,
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "minimumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "displayable" : true,
    "height" : 12345,
    "locale" : "...",
    "background" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "baselineResizeBehavior" : "OTHER",
    "foreground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "focusTraversalKeysEnabled" : true,
    "inputMethodRequests" : {
      "insertPositionOffset" : 12345,
      "committedTextLength" : 12345
    },
    "componentListeners" : [ { }, { } ],
    "doubleBuffered" : true,
    "visible" : true,
    "mouseWheelListeners" : [ { }, { } ],
    "treeLock" : { },
    "valid" : true,
    "focusCycleRootAncestor" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "lightweight" : true,
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "x" : 12345,
    "propertyChangeListeners" : [ { }, { } ],
    "focusListeners" : [ { }, { } ],
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "maximumSizeSet" : true,
    "backgroundSet" : true,
    "focusable" : true,
    "name" : "...",
    "opaque" : true,
    "width" : 12345,
    "inputMethodListeners" : [ { }, { } ],
    "ignoreRepaint" : true,
    "parent" : {
      "focusTraversalPolicy" : { },
      "focusTraversalPolicySet" : true,
      "insets" : { },
      "maximumSize" : { },
      "layout" : { },
      "alignmentX" : 12345.0,
      "componentCount" : 12345,
      "focusTraversalPolicyProvider" : true,
      "validateRoot" : true,
      "minimumSize" : { },
      "components" : [ { }, { } ],
      "focusCycleRoot" : true,
      "preferredSize" : { },
      "alignmentY" : 12345.0,
      "containerListeners" : [ { }, { } ],
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_DESCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "toolkit" : { },
      "cursorSet" : true
    },
    "keyListeners" : [ { }, { } ],
    "preferredSizeSet" : true,
    "enabled" : true,
    "componentOrientation" : {
      "leftToRight" : true,
      "horizontal" : true
    },
    "maximumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "y" : 12345,
    "fontSet" : true,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "minimumSizeSet" : true,
    "inputContext" : {
      "instance" : { },
      "locale" : "...",
      "compositionEnabled" : true,
      "inputMethodControlObject" : { }
    },
    "cursor" : {
      "defaultCursor" : { },
      "name" : "...",
      "type" : 12345
    },
    "locationOnScreen" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "mouseMotionListeners" : [ { }, { } ],
    "graphicsConfiguration" : {
      "imageCapabilities" : { },
      "bufferCapabilities" : { },
      "device" : { },
      "bounds" : { },
      "colorModel" : { },
      "translucencyCapable" : true,
      "defaultTransform" : { },
      "normalizingTransform" : { }
    },
    "focusOwner" : true,
    "preferredSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "mousePosition" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "foregroundSet" : true,
    "dropTarget" : {
      "active" : true,
      "defaultActions" : 12345,
      "flavorMap" : { },
      "dropTargetContext" : { },
      "component" : { }
    },
    "mouseListeners" : [ { }, { } ],
    "alignmentY" : 12345.0,
    "alignmentX" : 12345.0,
    "toolkit" : {
      "maximumCursorColors" : 12345,
      "colorModel" : { },
      "defaultToolkit" : { },
      "alwaysOnTopSupported" : true,
      "systemSelection" : { },
      "dynamicLayoutActive" : true,
      "menuShortcutKeyMaskEx" : 12345,
      "systemEventQueue" : { },
      "systemClipboard" : { },
      "screenSize" : { },
      "screenResolution" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "AWTEventListeners" : [ { }, { } ]
    },
    "cursorSet" : true
  } ],
  "preferredSize" : {
    "size" : { },
    "width" : 12345,
    "height" : 12345
  },
  "alignmentY" : 12345.0,
  "containerListeners" : [ { }, { } ],
  "hierarchyBoundsListeners" : [ { }, { } ],
  "hierarchyListeners" : [ { }, { } ],
  "displayable" : true,
  "height" : 12345,
  "baselineResizeBehavior" : "CENTER_OFFSET",
  "foreground" : {
    "transparency" : 12345,
    "red" : 12345,
    "RGB" : 12345,
    "alpha" : 12345,
    "blue" : 12345,
    "colorSpace" : {
      "CS_sRGB" : true,
      "numComponents" : 12345,
      "type" : 12345
    },
    "green" : 12345
  },
  "focusTraversalKeysEnabled" : true,
  "inputMethodRequests" : {
    "insertPositionOffset" : 12345,
    "committedTextLength" : 12345
  },
  "componentListeners" : [ { }, { } ],
  "doubleBuffered" : true,
  "visible" : true,
  "mouseWheelListeners" : [ { }, { } ],
  "treeLock" : { },
  "valid" : true,
  "lightweight" : true,
  "bounds" : {
    "width" : 12345,
    "height" : 12345,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "x" : 12345,
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "y" : 12345,
    "bounds2D" : {
      "bounds2D" : { },
      "bounds" : { },
      "maxY" : 12345.0,
      "empty" : true,
      "y" : 12345.0,
      "width" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "x" : 12345.0,
      "centerY" : 12345.0,
      "height" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "bounds" : { },
    "empty" : true,
    "maxY" : 12345.0,
    "frame" : {
      "bounds2D" : { },
      "bounds" : { },
      "maxY" : 12345.0,
      "empty" : true,
      "y" : 12345.0,
      "width" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "x" : 12345.0,
      "centerY" : 12345.0,
      "height" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "minX" : 12345.0,
    "centerY" : 12345.0,
    "minY" : 12345.0,
    "maxX" : 12345.0,
    "centerX" : 12345.0
  },
  "x" : 12345,
  "propertyChangeListeners" : [ { }, { } ],
  "focusListeners" : [ { }, { } ],
  "font" : {
    "italic" : true,
    "missingGlyphCode" : 12345,
    "plain" : true,
    "size2D" : 12345.0,
    "numGlyphs" : 12345,
    "italicAngle" : 12345.0,
    "name" : "...",
    "transform" : {
      "type" : 12345,
      "scaleY" : 12345.0,
      "identity" : true,
      "translateX" : 12345.0,
      "scaleX" : 12345.0,
      "translateY" : 12345.0,
      "shearX" : 12345.0,
      "shearY" : 12345.0,
      "determinant" : 12345.0
    },
    "PSName" : "...",
    "bold" : true,
    "availableAttributes" : [ { }, { } ],
    "transformed" : true,
    "attributes" : {
      "property1" : { },
      "property2" : { }
    },
    "fontName" : "...",
    "family" : "...",
    "style" : 12345,
    "size" : 12345
  },
  "maximumSizeSet" : true,
  "backgroundSet" : true,
  "focusable" : true,
  "name" : "...",
  "width" : 12345,
  "inputMethodListeners" : [ { }, { } ],
  "ignoreRepaint" : true,
  "parent" : {
    "focusTraversalPolicy" : { },
    "focusTraversalPolicySet" : true,
    "insets" : {
      "top" : 12345,
      "bottom" : 12345,
      "right" : 12345,
      "left" : 12345
    },
    "maximumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "layout" : { },
    "alignmentX" : 12345.0,
    "componentCount" : 12345,
    "focusTraversalPolicyProvider" : true,
    "validateRoot" : true,
    "minimumSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "components" : [ {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    }, {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CONSTANT_ASCENT",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    } ],
    "focusCycleRoot" : true,
    "preferredSize" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "alignmentY" : 12345.0,
    "containerListeners" : [ { }, { } ],
    "hierarchyBoundsListeners" : [ { }, { } ],
    "hierarchyListeners" : [ { }, { } ],
    "showing" : true,
    "graphics" : {
      "color" : { },
      "clip" : { },
      "font" : { },
      "fontMetrics" : { },
      "clipBounds" : { }
    },
    "displayable" : true,
    "height" : 12345,
    "locale" : "...",
    "background" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "baselineResizeBehavior" : "CONSTANT_DESCENT",
    "foreground" : {
      "transparency" : 12345,
      "red" : 12345,
      "RGB" : 12345,
      "alpha" : 12345,
      "blue" : 12345,
      "colorSpace" : { },
      "green" : 12345
    },
    "focusTraversalKeysEnabled" : true,
    "inputMethodRequests" : {
      "insertPositionOffset" : 12345,
      "committedTextLength" : 12345
    },
    "componentListeners" : [ { }, { } ],
    "doubleBuffered" : true,
    "visible" : true,
    "mouseWheelListeners" : [ { }, { } ],
    "treeLock" : { },
    "valid" : true,
    "focusCycleRootAncestor" : { },
    "lightweight" : true,
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "x" : 12345,
    "propertyChangeListeners" : [ { }, { } ],
    "focusListeners" : [ { }, { } ],
    "font" : {
      "italic" : true,
      "missingGlyphCode" : 12345,
      "plain" : true,
      "size2D" : 12345.0,
      "numGlyphs" : 12345,
      "italicAngle" : 12345.0,
      "name" : "...",
      "transform" : { },
      "PSName" : "...",
      "bold" : true,
      "availableAttributes" : [ { }, { } ],
      "transformed" : true,
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "fontName" : "...",
      "family" : "...",
      "style" : 12345,
      "size" : 12345
    },
    "accessibleContext" : {
      "accessibleEditableText" : { },
      "accessibleComponent" : { },
      "accessibleStateSet" : { },
      "accessibleChildrenCount" : 12345,
      "accessibleAction" : { },
      "accessibleRelationSet" : { },
      "accessibleIndexInParent" : 12345,
      "accessibleValue" : { },
      "accessibleSelection" : { },
      "accessibleDescription" : "...",
      "accessibleParent" : { },
      "accessibleText" : { },
      "locale" : "...",
      "accessibleName" : "...",
      "accessibleRole" : { },
      "accessibleIcon" : [ { }, { } ],
      "accessibleTable" : { }
    },
    "maximumSizeSet" : true,
    "backgroundSet" : true,
    "focusable" : true,
    "name" : "...",
    "opaque" : true,
    "width" : 12345,
    "inputMethodListeners" : [ { }, { } ],
    "ignoreRepaint" : true,
    "parent" : { },
    "keyListeners" : [ { }, { } ],
    "preferredSizeSet" : true,
    "enabled" : true,
    "componentOrientation" : {
      "leftToRight" : true,
      "horizontal" : true
    },
    "y" : 12345,
    "fontSet" : true,
    "location" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "minimumSizeSet" : true,
    "inputContext" : {
      "instance" : { },
      "locale" : "...",
      "compositionEnabled" : true,
      "inputMethodControlObject" : { }
    },
    "cursor" : {
      "defaultCursor" : { },
      "name" : "...",
      "type" : 12345
    },
    "locationOnScreen" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "mouseMotionListeners" : [ { }, { } ],
    "graphicsConfiguration" : {
      "imageCapabilities" : { },
      "bufferCapabilities" : { },
      "device" : { },
      "bounds" : { },
      "colorModel" : { },
      "translucencyCapable" : true,
      "defaultTransform" : { },
      "normalizingTransform" : { }
    },
    "focusOwner" : true,
    "size" : {
      "size" : { },
      "width" : 12345,
      "height" : 12345
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "mousePosition" : {
      "x" : 12345,
      "location" : { },
      "y" : 12345
    },
    "foregroundSet" : true,
    "dropTarget" : {
      "active" : true,
      "defaultActions" : 12345,
      "flavorMap" : { },
      "dropTargetContext" : { },
      "component" : { }
    },
    "mouseListeners" : [ { }, { } ],
    "toolkit" : {
      "maximumCursorColors" : 12345,
      "colorModel" : { },
      "defaultToolkit" : { },
      "alwaysOnTopSupported" : true,
      "systemSelection" : { },
      "dynamicLayoutActive" : true,
      "menuShortcutKeyMaskEx" : 12345,
      "systemEventQueue" : { },
      "systemClipboard" : { },
      "screenSize" : { },
      "screenResolution" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "AWTEventListeners" : [ { }, { } ]
    },
    "cursorSet" : true
  },
  "keyListeners" : [ { }, { } ],
  "preferredSizeSet" : true,
  "enabled" : true,
  "componentOrientation" : {
    "leftToRight" : true,
    "horizontal" : true
  },
  "y" : 12345,
  "fontSet" : true,
  "location" : {
    "x" : 12345,
    "location" : { },
    "y" : 12345
  },
  "minimumSizeSet" : true,
  "cursor" : {
    "defaultCursor" : { },
    "name" : "...",
    "type" : 12345
  },
  "locationOnScreen" : {
    "x" : 12345,
    "location" : { },
    "y" : 12345
  },
  "mouseMotionListeners" : [ { }, { } ],
  "graphicsConfiguration" : {
    "imageCapabilities" : {
      "accelerated" : true,
      "trueVolatile" : true
    },
    "bufferCapabilities" : {
      "frontBufferCapabilities" : { },
      "flipContents" : { },
      "pageFlipping" : true,
      "backBufferCapabilities" : { },
      "multiBufferAvailable" : true,
      "fullScreenRequired" : true
    },
    "device" : {
      "type" : 12345,
      "configurations" : [ { }, { } ],
      "fullScreenSupported" : true,
      "fullScreenWindow" : { },
      "availableAcceleratedMemory" : 12345,
      "IDstring" : "...",
      "displayChangeSupported" : true,
      "defaultConfiguration" : { },
      "displayModes" : [ { }, { } ],
      "displayMode" : { }
    },
    "bounds" : {
      "width" : 12345,
      "height" : 12345,
      "location" : { },
      "x" : 12345,
      "size" : { },
      "y" : 12345,
      "bounds2D" : { },
      "bounds" : { },
      "empty" : true,
      "maxY" : 12345.0,
      "frame" : { },
      "minX" : 12345.0,
      "centerY" : 12345.0,
      "minY" : 12345.0,
      "maxX" : 12345.0,
      "centerX" : 12345.0
    },
    "colorModel" : {
      "numComponents" : 12345,
      "pixelSize" : 12345,
      "numColorComponents" : 12345,
      "colorSpace" : { },
      "componentSize" : [ 12345, 12345 ],
      "transferType" : 12345,
      "RGBdefault" : { },
      "transparency" : 12345,
      "alphaPremultiplied" : true
    },
    "translucencyCapable" : true,
    "defaultTransform" : {
      "type" : 12345,
      "scaleY" : 12345.0,
      "identity" : true,
      "translateX" : 12345.0,
      "scaleX" : 12345.0,
      "translateY" : 12345.0,
      "shearX" : 12345.0,
      "shearY" : 12345.0,
      "determinant" : 12345.0
    },
    "normalizingTransform" : {
      "type" : 12345,
      "scaleY" : 12345.0,
      "identity" : true,
      "translateX" : 12345.0,
      "scaleX" : 12345.0,
      "translateY" : 12345.0,
      "shearX" : 12345.0,
      "shearY" : 12345.0,
      "determinant" : 12345.0
    }
  },
  "size" : {
    "size" : { },
    "width" : 12345,
    "height" : 12345
  },
  "colorModel" : {
    "numComponents" : 12345,
    "pixelSize" : 12345,
    "numColorComponents" : 12345,
    "colorSpace" : {
      "CS_sRGB" : true,
      "numComponents" : 12345,
      "type" : 12345
    },
    "componentSize" : [ 12345, 12345 ],
    "transferType" : 12345,
    "RGBdefault" : { },
    "transparency" : 12345,
    "alphaPremultiplied" : true
  },
  "mousePosition" : {
    "x" : 12345,
    "location" : { },
    "y" : 12345
  },
  "foregroundSet" : true,
  "dropTarget" : {
    "active" : true,
    "defaultActions" : 12345,
    "flavorMap" : { },
    "dropTargetContext" : {
      "component" : { },
      "dropTarget" : { }
    },
    "component" : {
      "hierarchyBoundsListeners" : [ { }, { } ],
      "hierarchyListeners" : [ { }, { } ],
      "showing" : true,
      "graphics" : { },
      "minimumSize" : { },
      "displayable" : true,
      "height" : 12345,
      "locale" : "...",
      "background" : { },
      "baselineResizeBehavior" : "CENTER_OFFSET",
      "foreground" : { },
      "focusTraversalKeysEnabled" : true,
      "inputMethodRequests" : { },
      "componentListeners" : [ { }, { } ],
      "doubleBuffered" : true,
      "visible" : true,
      "mouseWheelListeners" : [ { }, { } ],
      "treeLock" : { },
      "valid" : true,
      "focusCycleRootAncestor" : { },
      "lightweight" : true,
      "bounds" : { },
      "x" : 12345,
      "propertyChangeListeners" : [ { }, { } ],
      "focusListeners" : [ { }, { } ],
      "font" : { },
      "accessibleContext" : { },
      "maximumSizeSet" : true,
      "backgroundSet" : true,
      "focusable" : true,
      "name" : "...",
      "opaque" : true,
      "width" : 12345,
      "inputMethodListeners" : [ { }, { } ],
      "ignoreRepaint" : true,
      "parent" : { },
      "keyListeners" : [ { }, { } ],
      "preferredSizeSet" : true,
      "enabled" : true,
      "componentOrientation" : { },
      "maximumSize" : { },
      "y" : 12345,
      "fontSet" : true,
      "location" : { },
      "minimumSizeSet" : true,
      "inputContext" : { },
      "cursor" : { },
      "locationOnScreen" : { },
      "mouseMotionListeners" : [ { }, { } ],
      "graphicsConfiguration" : { },
      "focusOwner" : true,
      "preferredSize" : { },
      "size" : { },
      "colorModel" : { },
      "mousePosition" : { },
      "foregroundSet" : true,
      "dropTarget" : { },
      "mouseListeners" : [ { }, { } ],
      "alignmentY" : 12345.0,
      "alignmentX" : 12345.0,
      "toolkit" : { },
      "cursorSet" : true
    }
  },
  "mouseListeners" : [ { }, { } ],
  "cursorSet" : true
}