Révision 53 src/gZFS/guiProgress.java

guiProgress.java (revision 53)
1
/*******************************************************************
2
 * 
3
 * Copyright (C) 2013 Kevin Reverchon
4
 * This file/program is part of gZFS free software
5
 * See COPYING file for details
6
 * 
7
 *******************************************************************/
1 8
package gZFS;
2 9

  
3 10
import org.eclipse.swt.SWT;
4
import org.eclipse.swt.graphics.Rectangle;
5
import org.eclipse.swt.layout.GridData;
6
import org.eclipse.swt.layout.GridLayout;
7
import org.eclipse.swt.widgets.Composite;
8 11
import org.eclipse.swt.widgets.Display;
9
import org.eclipse.swt.widgets.Monitor;
10 12
import org.eclipse.swt.widgets.ProgressBar;
11 13
import org.eclipse.swt.widgets.Shell;
12
import org.eclipse.swt.widgets.Label;
13 14
import org.eclipse.swt.layout.FillLayout;
14 15

  
15 16
public class guiProgress {
......
40 41
	    public void close(){
41 42
	    	s.dispose();
42 43
	    }
43
	}
44
		
45
	 
44
	}

Formats disponibles : Unified diff