Common11 2.8

License: Free ‎File size: 227.80 KB
‎Users Rating: 2.8/5 - ‎6 ‎votes

common utility classes that work under Java 1.1 without using Arraylists or Swing. Class library. Requires Java version 1.1 or later. BigDate: simplified date handling when you want dates without times. CMPAboutBox: a proper about box that provides useful information. ImageInfo: information about a GIF, png, jpg. ImageViewer: component to display an image Limiter: cap, corral and hem methods to ensure a value in range. Localise: converts String to local line separator conventions. Misc: loadProperties (ordered), beep, thisYear, thisMonth, thisDayOfMonth ResizingImageViewer: display Image allowing user to change magnification Shuffle: shuffles int[], similar to Colllections.shuffle(List) StoppableThread: threads you can gently stop. ST: string toool, miscellaneous string methods VersionCheck: check what version of Java is running. It is extended with the common13 and common15 packages for work in JDK 1.3+ and JDK 1.5+

VERSION HISTORY

  • Version 2.8 posted on 2011-11-13
    add ST.nullSafeStringCompare and ST.nullSafeStringCompareIgnoreCase useful in writing sort Comparators
  • Version 2.7 posted on 2009-12-09
    BigDate parsing is now more forgiving of date formats.

Program Details