Changes between Version 18 and Version 19 of GoodCodeExamples
- Timestamp:
- 05/20/09 16:38:03 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoodCodeExamples
v18 v19 90 90 .setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE); 91 91 }}} 92 to something like 93 {{{ 94 res.setDefaultCloseOperation( 95 WindowConstants.DO_NOTHING_ON_CLOSE); 96 }}}