ARM API Support
"Zdeněk Troníček"
tronicek at fit.cvut.cz
Wed Jun 23 23:11:17 PDT 2010
Really? When a window which you did not call dispose() on is deallocated?
As far as I know, this is a memory leak:
static void showWindow() {
JFrame f = new JFrame("test");
f.setSize(100, 100);
f.setVisible(true);
... // no f.dispose() here
f.setVisible(false);
}
Z.
--
Zdenek Tronicek
FIT CTU in Prague
http://kenai.com/projects/refactoringng - the refactoring tool for
compiler guys
Joe Darcy napsal(a):
> Neal Gafter wrote:
>> Do you have any explanation for the Graphics and AWT teams' decisions
>> not to retrofit for ARM?
>>
>
> There were compatabilty concerns with adding a close method to those
> classes and from an implementation perspective the existing "dispose"
> method has not been needed to be called to free resources since 1.2.
>
> -Joe
>
>
>
More information about the coin-dev
mailing list