Subversion Repositories jheat

Rev

Rev 4 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 5
Line 15... Line 15...
15
import java.awt.GridBagConstraints;
15
import java.awt.GridBagConstraints;
16
import java.awt.Insets;
16
import java.awt.Insets;
17
import java.awt.Window;
17
import java.awt.Window;
18
 
18
 
19
public class schema extends JDialog {
19
public class schema extends JDialog {
20
	private static final long serialVersionUID = 1L;
20
	private static final long serialVersionUID = 3789311458170961544L;
21
 
21
 
22
	private boolean state = false;			// true if a schema was loaded
22
	private boolean state = false;			// true if a schema was loaded
23
	private String strSchema = "";			// the name of the last loaded schema
23
	private String strSchema = "";			// the name of the last loaded schema
24
	@SuppressWarnings("unused")
24
	@SuppressWarnings("unused")
25
	private int selSchema = 0;				// The selected line
25
	private int selSchema = 0;				// The selected line