SinisterRobot / gtge

Automatically exported from code.google.com/p/gtge
0 stars 0 forks source link

Clean up WindowExitListener by making it extend java.awt.event.WindowAdapter #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The WindowExitListener class extends from Object currently, and implements 
java.awt.event.WindowListener, but most of the methods in this class are empty. 
 Because it extends Object, this class can be adapted to extend 
java.awt.event.WindowAdapter, which provides the blank methods, and therefore 
the WindowExitListener's functionality will be better exposed by showcasing the 
actual method (windowClosing) it implements.

Original issue reported on code.google.com by MetroidF...@gmail.com on 7 Jun 2010 at 12:43

GoogleCodeExporter commented 8 years ago
Completed @107

Original comment by MetroidF...@gmail.com on 7 Jun 2010 at 12:46