Changes between Version 18 and Version 19 of GoodCodeExamples


Ignore:
Timestamp:
05/20/09 16:38:03 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoodCodeExamples

    v18 v19  
    9090                                                .setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE); 
    9191}}} 
     92  to something like 
     93{{{ 
     94                                res.setDefaultCloseOperation( 
     95                                                WindowConstants.DO_NOTHING_ON_CLOSE); 
     96}}}