; > f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
> > f.setSize(300, 200);
> > f.setVisible(true);
> > }
> > }
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> f.setSize(300, 200);
> f.setVisible(true);
> }
> }
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Jan
>
> >-Ursprüngliche Nachricht-----
> >Von: Rafael Barrera Oro [mailto:
h, 6. Juni 2007 16:44
>An: user@ant.apache.org
>Betreff: Ant and Swing
>
>How can i manage to execute a project where i use Swing ? i tried
>doing it normally but it does not work (without throwing an exception,
>it simply concludes the task without executing the Swing po
Ursprüngliche Nachricht-
>Von: Rafael Barrera Oro [mailto:[EMAIL PROTECTED]
>Gesendet: Mittwoch, 6. Juni 2007 16:44
>An: user@ant.apache.org
>Betreff: Ant and Swing
>
>How can i manage to execute a project where i use Swing ? i tried
>doing it normally but it does not work (
How can i manage to execute a project where i use Swing ? i tried
doing it normally but it does not work (without throwing an exception,
it simply concludes the task without executing the Swing portion of my
project).
Thanks in advance