Revision 2167 branches/CqCMSDvp/libraries/libCq CMS for java.old/src/org/cresques/ui/raster/EnhancedPanel.java

View differences:

EnhancedPanel.java
86 86
	private JRadioButton jRadioButton = null;
87 87
	private JRadioButton jRadioButton1 = null;
88 88
	private JCheckBox jCheckBox = null;
89
	private JLabel jLabel = null;
90
	private JLabel jLabel2 = null;
91
	private JPanel jPanel4 = null;
89
	public JLabel jLabel = null;
90
	public JLabel jLabel2 = null;
91
	public JPanel jPanel4 = null;
92 92
	private	ButtonGroup grupo= new ButtonGroup();
93 93
	private Image iconoLineal = null;
94 94
	private Image iconoSinRealce = null;
......
100 100
	
101 101
	private JPanel jPanel6 = null;
102 102
	private JCheckBox jCheckBox1 = null;
103
	private JLabel jLabel4 = null;
104
	private JPanel jPanel7 = null;
105
	private JLabel jLabel1 = null;
106
	private JPanel jPanel8 = null;
107
	private JPanel jPanel9 = null;
108
	private JLabel jLabel5 = null;
103
	public JLabel jLabel4 = null;
104
	public JPanel jPanel7 = null;
105
	public JLabel jLabel1 = null;
106
	public JPanel jPanel8 = null;
107
	public JPanel jPanel9 = null;
108
	public JLabel jLabel5 = null;
109 109
	public EnhancedPanel(FilterRasterDialogPanel parent){
110 110
		this.parent = parent;
111 111
		

Also available in: Unified diff