> Il Fri, 05 May 2006 22:11:11 +0000, Oliver Wong ha scritto:
>
> it'is not simple, because this is a big application, with some class, I
> need a method to understand what remains open after exit.
What about having an observer that all the windows notify when they open
or close, and so the observer always has an accurate list of the open
windows, and can exit as appropriate?
- Oliver
Flex - 08 May 2006 16:57 GMT
Il Mon, 08 May 2006 14:00:57 +0000, Oliver Wong ha scritto:
> What about having an observer that all the windows notify when they open
> or close, and so the observer always has an accurate list of the open
> windows, and can exit as appropriate?
it's strange, when I try to run the application in debug mode (with
Netbeans) i receive this error :
Listening on 55850
User program running
Breakpoint hit at line 497 in class java.lang.Integer by thread main.
Thread main stopped at Integer.java:497.
and the application doesn't run.
____
FleX
Oliver Wong - 08 May 2006 17:29 GMT
> Il Mon, 08 May 2006 14:00:57 +0000, Oliver Wong ha scritto:
>
[quoted text clipped - 9 lines]
> Breakpoint hit at line 497 in class java.lang.Integer by thread main.
> Thread main stopped at Integer.java:497.
Remove the breakpoint, or press continue on the debugger.
- Oliver