From: Nadeige - s. f. <ni...@sh...> - 2002-07-25 21:23:09
|
>The dialog works, hitting yes closes the application while no just >closes the dialog... however, as soon as I hit the 'X' button of the >Frame, I get: > >gljDestroy failed (free) and the canvas no longer renders. removing your call to gljfree() at the end of your display() method should prevent the message gljDestroy failed (free) to appear. to quit your application, call System.exit(0) when the "no" button is hit. Regards, Alban |