| Attribute Name | Attribute Type (after conversion) | Method to be invoked | Method declaring Class |
|---|---|---|---|
| AlwaysOnTop | boolean | setAlwaysOnTop | java.awt.Window |
| Background | Color | setBackground | java.awt.Component |
| Bounds | Rectangle | setBounds | java.awt.Window |
| Cursor | int | setCursor | java.awt.Frame |
| DefaultCloseOperation | int | setDefaultCloseOperation | javax.swing.JFrame |
| DefaultLookAndFeelDecorated | boolean | setDefaultLookAndFeelDecorated | javax.swing.JFrame |
| Enabled | boolean | setEnabled | java.awt.Component |
| ExtendedState | int | setExtendedState | java.awt.Frame |
| FocusCycleRoot | boolean | setFocusCycleRoot | java.awt.Window |
| FocusTraversalKeysEnabled | boolean | setFocusTraversalKeysEnabled | java.awt.Component |
| FocusTraversalPolicyProvider | boolean | setFocusTraversalPolicyProvider | java.awt.Container |
| Focusable | boolean | setFocusable | java.awt.Component |
| FocusableWindowState | boolean | setFocusableWindowState | java.awt.Window |
| Font | Font | setFont | java.awt.Container |
| Foreground | Color | setForeground | java.awt.Component |
| GlassPane | Component | setGlassPane | javax.swing.JFrame |
| IconImage | Image | setIconImage | javax.swing.JFrame |
| IgnoreRepaint | boolean | setIgnoreRepaint | java.awt.Component |
| Locale | Locale | setLocale | java.awt.Component |
| Location | Point | setLocation | java.awt.Component |
| LocationByPlatform | boolean | setLocationByPlatform | java.awt.Window |
| LocationRelativeTo | Component | setLocationRelativeTo | java.awt.Window |
| MaximizedBounds | Rectangle | setMaximizedBounds | java.awt.Frame |
| MaximumSize | Dimension | setMaximumSize | java.awt.Component |
| MinimumSize | Dimension | setMinimumSize | java.awt.Window |
| Name | String | setName | java.awt.Component |
| PreferredSize | Dimension | setPreferredSize | java.awt.Component |
| Resizable | boolean | setResizable | java.awt.Frame |
| Size | Dimension | setSize | java.awt.Window |
| State | int | setState | java.awt.Frame |
| Title | String | setTitle | java.awt.Frame |
| Undecorated | boolean | setUndecorated | java.awt.Frame |
| Visible | boolean | setVisible | java.awt.Window |