Revision 44947 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/DefaultFeatureAttributePanelView.java

View differences:

DefaultFeatureAttributePanelView.java
45 45
   JTextField txtScale = new JTextField();
46 46
   JLabel lblRelationType = new JLabel();
47 47
   JComboBox cboRelationType = new JComboBox();
48
   JLabel lblRequiredBytes = new JLabel();
49
   JTextField txtRequiredBytes = new JTextField();
48
   JLabel lblDisplaySize = new JLabel();
49
   JTextField txtDisplaySize = new JTextField();
50 50
   JLabel lblGeometryType = new JLabel();
51 51
   JLabel lblGeometrySubtype = new JLabel();
52 52
   JLabel lblCRS = new JLabel();
......
295 295
      cboRelationType.setName("cboRelationType");
296 296
      jpanel1.add(cboRelationType,cc.xy(4,16));
297 297

  
298
      lblRequiredBytes.setName("lblRequiredBytes");
299
      lblRequiredBytes.setText("_Required_bytes");
300
      lblRequiredBytes.setToolTipText("_Number_of_bytes_required_to_store_the_data_in_this_field_Leave_it_empty_or_zero_to_be_automatically_calculated_This_value_is_dependent_on_the_type_of_layer");
301
      jpanel1.add(lblRequiredBytes,cc.xy(2,2));
298
      lblDisplaySize.setName("lblDisplaySize");
299
      lblDisplaySize.setText("_Required_bytes");
300
      lblDisplaySize.setToolTipText("_Number_of_bytes_required_to_store_the_data_in_this_field_Leave_it_empty_or_zero_to_be_automatically_calculated_This_value_is_dependent_on_the_type_of_layer");
301
      jpanel1.add(lblDisplaySize,cc.xy(2,2));
302 302

  
303
      txtRequiredBytes.setName("txtRequiredBytes");
304
      txtRequiredBytes.setToolTipText("_Number_of_bytes_required_to_store_the_data_in_this_field_Leave_it_empty_or_zero_to_be_automatically_calculated_This_value_is_dependent_on_the_type_of_layer");
305
      jpanel1.add(txtRequiredBytes,cc.xy(4,2));
303
      txtDisplaySize.setName("txtDisplaySize");
304
      txtDisplaySize.setToolTipText("_Number_of_bytes_required_to_store_the_data_in_this_field_Leave_it_empty_or_zero_to_be_automatically_calculated_This_value_is_dependent_on_the_type_of_layer");
305
      jpanel1.add(txtDisplaySize,cc.xy(4,2));
306 306

  
307 307
      addFillComponents(jpanel1,new int[]{ 1,2,3,4,5 },new int[]{ 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 });
308 308
      return jpanel1;

Also available in: Unified diff