Update of /cvsroot/tail/TailS/src/java/net/sf/tails/swing
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6011/src/java/net/sf/tails/swing
Modified Files:
Main.java
Log Message:
Atualização... coloquei o chart na tela.
Index: Main.java
===================================================================
RCS file: /cvsroot/tail/TailS/src/java/net/sf/tails/swing/Main.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Main.java 17 Oct 2007 18:59:58 -0000 1.9
--- Main.java 17 Oct 2007 21:37:39 -0000 1.10
***************
*** 24,32 ****
*/
public static void main(String[] args) {
! try {
! UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
! } catch (Exception e) {
! e.printStackTrace();
! }
new Index().setVisible(true);
}
--- 24,32 ----
*/
public static void main(String[] args) {
! // try {
! // UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
! // } catch (Exception e) {
! // e.printStackTrace();
! // }
new Index().setVisible(true);
}
|