943,852 Members | Top Members by Rank

Ad:
  • Java Discussion Thread
  • Marked Solved
  • Views: 4841
  • Java RSS
You are currently viewing page 5 of this multi-page discussion thread; Jump to the first page
Aug 5th, 2008
0

Re: EXCEL CSV FILES Handling

here it is!

Java Syntax (Toggle Plain Text)
  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
Reputation Points: 7
Solved Threads: 0
Light Poster
jorgeflorencio is offline Offline
45 posts
since Apr 2008

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Java Forum Timeline: Problem with struts
Next Thread in Java Forum Timeline: Something about Graphics





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC