Re: Ant and Swing

2007-06-06 Thread Rafael Barrera Oro
; > f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); > > f.setSize(300, 200); > > f.setVisible(true); > > } > > } > > > > > > > > > > > > > > > > > > > >

Re: Ant and Swing

2007-06-06 Thread Rafael Barrera Oro
> f.setSize(300, 200); > f.setVisible(true); > } > } > > > > > > > > > > > > > > > > Jan > > >-Ursprüngliche Nachricht----- > >Von: Rafael Barrera Oro [mailto:

Re: Ant and Swing

2007-06-06 Thread Rafael Barrera Oro
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

AW: Ant and Swing

2007-06-06 Thread Jan.Materne
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 (

Ant and Swing

2007-06-06 Thread Rafael Barrera Oro
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