Re: JFrame called Ghost doesn't show
- From: "Paul Hamaker" <ph@xxxxxxxxxxxxxx>
- Date: 8 Jul 2006 14:13:36 -0700
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.
.
- Follow-Ups:
- Re: JFrame called Ghost doesn't show
- From: Andrew T.
- Re: JFrame called Ghost doesn't show
- From: Luke Webber
- Re: JFrame called Ghost doesn't show
- References:
- JFrame called Ghost doesn't show
- From: Paul Hamaker
- Re: JFrame called Ghost doesn't show
- From: Chris Uppal
- Re: JFrame called Ghost doesn't show
- From: Paul Hamaker
- JFrame called Ghost doesn't show
- Prev by Date: Re: Metric tool for Java
- Next by Date: Re: Recommendations for a web application framework?
- Previous by thread: Re: JFrame called Ghost doesn't show
- Next by thread: Re: JFrame called Ghost doesn't show
- Index(es):
Relevant Pages
|