Deprecated API


Contents
Deprecated Methods
com.jgoodies.forms.builder.ButtonBarBuilder.addGriddedNarrow(JComponent)
          #addGridded(JComponent) already makes the border narrow 
com.jgoodies.forms.builder.ButtonBarBuilder.addGriddedNarrowButtons(JButton[])
          #addGriddedButtons already makes the borders narrow 
com.jaxfront.core.util.io.files.Objects.asMap(Object[])
            
com.jaxfront.core.util.io.files.Strings.isAlpha(char)
          use Character.isJavaIdentifierStart(char)

Examples:
  • isAlpha('a'), isAlpha('O'), isAlpha('I'), isAlpha('l') return true;
  • isAlpha('+'), isAlpha('0'), isAlpha('|'), isAlpha('1') return false.
  •  
    com.jaxfront.core.type.ListType.move(int, int)
              use swap 
    com.jaxfront.core.util.LanguageEnhancedProperties.save(OutputStream, String)
              This method does not throw an IOException if an I/O error occurs while saving the property list. As of the Java 2 platform v1.2, the preferred way to save a properties list is via the store(OutputStream out, String header) method. 
    com.jaxfront.core.xui.NLS.save(OutputStream, String)
              This method does not throw an IOException if an I/O error occurs while saving the property list. As of the Java 2 platform v1.2, the preferred way to save a properties list is via the store(OutputStream out, String header) method.