Revision 44351 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.swing/org.gvsig.fmap.dal.swing.impl/src/main/java/org/gvsig/fmap/dal/swing/impl/featuretype/FeatureTypeAttributePanelView.java

View differences:

FeatureTypeAttributePanelView.java
60 60
   JLabel lblTagsName = new JLabel();
61 61
   JLabel lblTagsValue = new JLabel();
62 62
   JComboBox cboTagsName = new JComboBox();
63
   JTextField txtTagsValue = new JTextField();
64 63
   JTable tblTags = new JTable();
65 64
   JLabel lblTagsDescription = new JLabel();
66 65
   JButton btnTagsAdd = new JButton();
67 66
   JButton btnTagsUpdate = new JButton();
68 67
   JButton btnTagsRemove = new JButton();
68
   JComboBox cboTagsValue = new JComboBox();
69 69
   JCheckBox chkIsForeingKey = new JCheckBox();
70 70
   JLabel lblForeingKeyTableName = new JLabel();
71 71
   JLabel lblForeingKeyCodeName = new JLabel();
......
442 442
      cboTagsName.setRequestFocusEnabled(false);
443 443
      jpanel1.add(cboTagsName,cc.xy(4,3));
444 444

  
445
      txtTagsValue.setName("txtTagsValue");
446
      jpanel1.add(txtTagsValue,cc.xy(4,5));
447

  
448 445
      tblTags.setName("tblTags");
449 446
      JScrollPane jscrollpane1 = new JScrollPane();
450 447
      jscrollpane1.setViewportView(tblTags);
......
456 453
      jpanel1.add(lblTagsDescription,cc.xy(4,6));
457 454

  
458 455
      jpanel1.add(createPanel9(),cc.xywh(6,1,1,5));
456
      cboTagsValue.setEditable(true);
457
      cboTagsValue.setName("cboTagsValue");
458
      cboTagsValue.setRequestFocusEnabled(false);
459
      jpanel1.add(cboTagsValue,cc.xy(4,5));
460

  
459 461
      addFillComponents(jpanel1,new int[]{ 1,3,4,5,6,7 },new int[]{ 1,2,3,4,5,6 });
460 462
      return jpanel1;
461 463
   }

Also available in: Unified diff