Changes between Version 20 and Version 21 of GoodCodeExamples


Ignore:
Timestamp:
05/20/09 16:42:56 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoodCodeExamples

    v20 v21  
    9696}}} 
    9797  but again it is advisable to use variables, something like: 
     98{{{ 
    9899                                int closeOperation = WindowConstants.DO_NOTHING_ON_CLOSE; 
    99100                                res.setDefaultCloseOperation(closeOperation); 
     101}}}