Hi All.

I am playing around to get my application run.
And I have met some funny piece of code.
Like this:
package org.apache.fop.viewer;
...
public class PreviewDialog extends JFrame implements ProgressListener,
        MessageListener {
...
And when I get look at method dispose I was surprised:
    public void dispose() {
        System.exit(0);
    }
It's really cool - 100% of free resources :-)

Sincerely yours, Ivan Latysh.
[EMAIL PROTECTED]
http://ivan.yourmail.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to