Пример #1
0
  private static BeanDescriptor getBdescriptor() {
    // GEN-HEADEREND:BeanDescriptor

    // Here you can add code for customizing the BeanDescriptor.
    if (beanDescriptor == null) beanDescriptor = new BeanDescriptor(StrokeToolBarBeanInfo.class);
    beanDescriptor.setValue("isContainer", Boolean.FALSE);
    beanDescriptor.setDisplayName("StrokeToolPane");

    return beanDescriptor;
  } // GEN-LAST:BeanDescriptor
  private static BeanDescriptor getBdescriptor() {
    // GEN-HEADEREND:BeanDescriptor

    // Here you can add code for customizing the BeanDescriptor.
    if (beanDescriptor == null) {
      beanDescriptor = new BeanDescriptor(JAttributeTextFieldBeanInfo.class);
    }
    beanDescriptor.setValue("isContainer", Boolean.FALSE);
    beanDescriptor.setDisplayName("JAttributeTextField");

    return beanDescriptor;
  } // GEN-LAST:BeanDescriptor