Update of /cvsroot/tail/TailS/src/java/net/sf/tails/swing/frame
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1697/src/java/net/sf/tails/swing/frame
Modified Files:
Index.java
Log Message:
colocando icon...
Index: Index.java
===================================================================
RCS file: /cvsroot/tail/TailS/src/java/net/sf/tails/swing/frame/Index.java,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** Index.java 31 Oct 2007 21:35:14 -0000 1.45
--- Index.java 5 Nov 2007 17:19:39 -0000 1.46
***************
*** 147,150 ****
--- 147,151 ----
this.stockAnalysis = null;
initComponents();
+ this.setIconImage(new ImageIcon(iconBundle.getString("TAILS_ICON")).getImage());
this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
this.setTitle(messageBundle.getString("DEFAULT_TITLE"));
|