()
| 349 | } |
| 350 | |
| 351 | public void showDialog(){ |
| 352 | initLocalData(); |
| 353 | initGuiComponents(); |
| 354 | initListeners(); |
| 355 | textBtn.doClick(); |
| 356 | |
| 357 | pack(); |
| 358 | setLocationRelativeTo(getOwner()); |
| 359 | setVisible(true); |
| 360 | selectedFontBtn = null; |
| 361 | } |
| 362 | |
| 363 | public static void main(String args[]){ |
| 364 | try{ |
no test coverage detected