| | |
EXCEL CSV FILES Handling
Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved |
•
•
Join Date: Apr 2008
Posts: 45
Reputation:
Solved Threads: 0
here it is!
thanks
Java Syntax (Toggle Plain Text)
public class SpimonitoringFrame extends javax.swing.JFrame { /* SPIMON */ static final int MAX_DEPTH = 100; // Max 100 levels (directory nesting) static final String INDENT_STR = " "; // Single indent. static final String[] INDENTS = new String[MAX_DEPTH]; // Indent array. private static FileWriter fw; private static FileWriter fw2; private static FileWriter xw; static int x; /* SPIMON end*/ /*Pane Moncal */ protected int numberDistributions = 10; Calculator[] gc = new Calculator[10]; protected final static int BINOMIAL = 0; protected final static int HYPERGEOMETRIC = 1; protected final static int NEGATIVE_BINOMIAL = 2; protected final static int STUDENT_T = 3; protected final static int F = 4; protected final static int POISSON = 5; protected final static int CHI_SQUARE = 6; protected final static int GAMMA = 7; protected final static int BETA = 8; protected final static int NORMAL = 9; protected final static String[] distLabel = {"binomial", "hypergeometric", "negative binomial", "Student t", "F", "Poisson", "Chi square", "gamma", "beta", "normal"}; /*Pane Moncal end*/ private final Timer busyIconTimer; private final Icon idleIcon; private final Icon[] busyIcons = new Icon[15]; private int busyIconIndex = 0; private JDialog aboutBox; byte HEIGHT_AVG_RESULT = 0, HEIGHT_RANGE_RESULT = 0, AREA_AVG_RESULT = 0 , AREA_RANGE_RESULT = 0, VOLUME_AVG_RESULT = 0, VOLUME_RANGE_RESULT = 0, HAV_FAILED_FEATURE_RESULT = 0, REG_OFF_RESULT = 0, BRIDGE_LEN_RESULT = 0; public SpimonitoringFrame() { ...
thanks
![]() |
Other Threads in the Java Forum
- Previous Thread: Problem with struts
- Next Thread: Something about Graphics
| Thread Tools | Search this Thread |
2dgraphics android api apple applet application arguments array arrays automation banking binary binarytree bluetooth capture chat chatprogramusingobjects class classes client code color component count database derby design eclipse eclipsedevelopment encryption error event exception fractal game givemetehcodez graphics gridlayout gui html ide if_statement image input integer interface j2me java javadesktopapplications javaprojects jlabel jni jpanel julia keyword linux list loop macintosh map method methods midlethttpconnection mobile netbeans newbie object os print printing problem producer program programming project projectideas read recursion reference replaysolutions ria scanner screen server set size sms sort sourcelabs sql stop string swing threads transforms tree ui unicode validation windows





