comparison src/org/dancres/blitz/tools/dash/DashBoardFrame.java @ 23:28c84687bdb8

Add an additional option on Dashboard to display full stats as raw strings.
author Dan Creswell <dan.creswell@gmail.com>
date Fri, 28 Aug 2009 21:01:04 +0100
parents 77db38eb3042
children
comparison
equal deleted inserted replaced
22:b7e52953b7a6 23:28c84687bdb8
54 }catch(Exception ex){ 54 }catch(Exception ex){
55 theLogger.log(Level.SEVERE, "Exception in close", ex); 55 theLogger.log(Level.SEVERE, "Exception in close", ex);
56 } 56 }
57 } 57 }
58 58
59 setSize(740,140); 59 setSize(880,140);
60 60
61 //add listener to intterupt thread on close 61 //add listener to intterupt thread on close
62 addWindowListener( new WindowAdapter(){ 62 addWindowListener( new WindowAdapter(){
63 public void windowClosing(WindowEvent evt){ 63 public void windowClosing(WindowEvent evt){
64 closeWin(); 64 closeWin();