Revision 8277 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/legend/gui/FPanelLegendLabels.java

View differences:

FPanelLegendLabels.java
127 127
		this.setLayout(null);
128 128
		this.setSize(454, 308);
129 129
		this.add(getJCheckBox(), null);
130
		this.add(getJCheckBoxTextOnly(),null);
130 131
		this.add(getFPreviewSymbol(), null);
131 132
		this.add(getJLabel3(), null);
132 133
		this.add(getJButton(), null);
......
322 323
		if (jCheckBox == null) {
323 324
			jCheckBox = new javax.swing.JCheckBox();
324 325
			jCheckBox.setText(PluginServices.getText(this,"Habilitar_etiquetado"));
325
			jCheckBox.setBounds(2, 3, 152, 23);
326
			jCheckBox.setBounds(2, 1, 152, 23);
326 327
			jCheckBox.addItemListener(new java.awt.event.ItemListener() {
327 328

  
328 329
				public void itemStateChanged(java.awt.event.ItemEvent e) {
......
565 566
	private GridBagLayoutPanel getGridBagLayoutPanel() {
566 567
		if (gridBagLayoutPanel == null) {
567 568
			gridBagLayoutPanel = new GridBagLayoutPanel();
568
			gridBagLayoutPanel.setBounds(new java.awt.Rectangle(14,8,263,274));
569
			gridBagLayoutPanel.setBounds(new java.awt.Rectangle(14,15,263,274));
569 570
			gridBagLayoutPanel.addComponent(new JLabel(PluginServices.getText(this,"Campo_de_etiquetado")));
570 571
			gridBagLayoutPanel.addComponent("", getJComboBoxTextField());
571 572
			gridBagLayoutPanel.addComponent(new JLabel(PluginServices.getText(this, "rotation_field")));
......
584 585
			aux.add(aux2, BorderLayout.CENTER);
585 586
			gridBagLayoutPanel.addComponent(getRdBtnFixedHeight());
586 587
			gridBagLayoutPanel.addComponent("", aux);
587
			gridBagLayoutPanel.addComponent("", getJCheckBoxTextOnly());
588
			//gridBagLayoutPanel.addComponent("", getJCheckBoxTextOnly());
588 589

  
589 590
		}
590 591
		return gridBagLayoutPanel;

Also available in: Unified diff