www.pudn.com > Adam6000-8.rar > Adam6000-8.java
// Decompiled by Decafe PRO - Java Decompiler
// Classes: 1 Methods: 3 Fields: 0
import java.awt.*;
import java.awt.event.WindowEvent;
static class _cls8 extends Frame
{
protected void processWindowEvent(WindowEvent windowevent)
{
super.processWindowEvent(windowevent);
if(windowevent.getID() == 201)
System.exit(0);
}
public synchronized void setTitle(String s)
{
super.setTitle(s);
enableEvents(64L);
}
_cls8()
{
}
}