()
| 113 | |
| 114 | |
| 115 | static GraphicsConfiguration getDefaultConfig() { |
| 116 | GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment(); |
| 117 | GraphicsDevice device = ge.getDefaultScreenDevice(); |
| 118 | return device.getDefaultConfiguration(); |
| 119 | } |
| 120 | |
| 121 | |
| 122 | /** |