()
| 380 | } |
| 381 | |
| 382 | static public MainFrame getInstance() { |
| 383 | return getInstance(null); |
| 384 | } |
| 385 | |
| 386 | static synchronized public MainFrame getInstance(GraphicsConfiguration gc) { |
| 387 | if(instance == null) instance = new MainFrame(gc); |
no outgoing calls
no test coverage detected