Changes between Version 20 and Version 21 of GoodCodeExamples
- Timestamp:
- 05/20/09 16:42:56 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoodCodeExamples
v20 v21 96 96 }}} 97 97 but again it is advisable to use variables, something like: 98 {{{ 98 99 int closeOperation = WindowConstants.DO_NOTHING_ON_CLOSE; 99 100 res.setDefaultCloseOperation(closeOperation); 101 }}}