Update of /cvsroot/tail/TailS/src/java/net/sf/tails/swing/frame/report
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1697/src/java/net/sf/tails/swing/frame/report
Modified Files:
NewReportFrame.java
Log Message:
colocando icon...
Index: NewReportFrame.java
===================================================================
RCS file: /cvsroot/tail/TailS/src/java/net/sf/tails/swing/frame/report/NewReportFrame.java,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** NewReportFrame.java 1 Nov 2007 14:41:11 -0000 1.36
--- NewReportFrame.java 5 Nov 2007 17:19:39 -0000 1.37
***************
*** 99,102 ****
--- 99,103 ----
initComponents();
this.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
+ this.setIconImage(new ImageIcon(iconBundle.getString("TAILS_ICON")).getImage());
this.setSize(800, 600);
this.setResizable(false);
|