EXCEL CSV FILES Handling

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved

Join Date: Apr 2008
Posts: 45
Reputation: jorgeflorencio is an unknown quantity at this point 
Solved Threads: 0
jorgeflorencio jorgeflorencio is offline Offline
Light Poster

Re: EXCEL CSV FILES Handling

 
0
  #41
Aug 5th, 2008
here it is!

  1. public class SpimonitoringFrame extends javax.swing.JFrame {
  2.  
  3. /* SPIMON */
  4. static final int MAX_DEPTH = 100; // Max 100 levels (directory nesting)
  5. static final String INDENT_STR = " "; // Single indent.
  6. static final String[] INDENTS = new String[MAX_DEPTH]; // Indent array.
  7. private static FileWriter fw;
  8. private static FileWriter fw2;
  9. private static FileWriter xw;
  10. static int x;
  11.  
  12. /* SPIMON end*/
  13.  
  14. /*Pane Moncal */
  15. protected int numberDistributions = 10;
  16. Calculator[] gc = new Calculator[10];
  17. protected final static int BINOMIAL = 0;
  18. protected final static int HYPERGEOMETRIC = 1;
  19. protected final static int NEGATIVE_BINOMIAL = 2;
  20. protected final static int STUDENT_T = 3;
  21. protected final static int F = 4;
  22. protected final static int POISSON = 5;
  23. protected final static int CHI_SQUARE = 6;
  24. protected final static int GAMMA = 7;
  25. protected final static int BETA = 8;
  26. protected final static int NORMAL = 9;
  27. protected final static String[] distLabel = {"binomial", "hypergeometric",
  28. "negative binomial", "Student t", "F", "Poisson",
  29. "Chi square", "gamma", "beta", "normal"};
  30.  
  31.  
  32.  
  33. /*Pane Moncal end*/
  34.  
  35. private final Timer busyIconTimer;
  36. private final Icon idleIcon;
  37. private final Icon[] busyIcons = new Icon[15];
  38. private int busyIconIndex = 0;
  39.  
  40. private JDialog aboutBox;
  41. byte HEIGHT_AVG_RESULT = 0,
  42. HEIGHT_RANGE_RESULT = 0,
  43. AREA_AVG_RESULT = 0 ,
  44. AREA_RANGE_RESULT = 0,
  45. VOLUME_AVG_RESULT = 0,
  46. VOLUME_RANGE_RESULT = 0,
  47. HAV_FAILED_FEATURE_RESULT = 0,
  48. REG_OFF_RESULT = 0,
  49. BRIDGE_LEN_RESULT = 0;
  50.  
  51.  
  52. public SpimonitoringFrame() {
  53. ...

thanks
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Other Threads in the Java Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC