954,152 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

here it is!

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

jorgeflorencio
Light Poster
45 posts since Apr 2008
Reputation Points: 7
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You