Re: JFrame called Ghost doesn't show



I really wasn't kidding, what's up what this, no harm in trying it
yourself :

public class Ghost extends javax.swing.JFrame {
public static void main(String[] args) {
Ghost app=new Ghost();
app.setSize(400,300);
app.setVisible(true);
}
}

I ran it on WinXP home Java1.5.0_06.

.



Relevant Pages