New features in version 1.23
(18.05.2000)
Added:
1. WBMPfile.WBMPfile(url, port) constructor.
   Since this version you can create images based on files stored somewhere
   in Internet. Refer to JavaDoc documentation for details.

--------------------------------------------------------------------------
New features in version 1.22
(16.05.2000)
Added:
1. WBMPfile.drawSpecialLine() metrhod for drawing special lines added.
   The following special lines are available:
   a) . . . . . . . .
   b) .  .  .  .  .  .
   c) .   .   .   .   .
   d) .. .. .. .. .. ..
   e) ..  ..  ..  ..  ..
   f) ...  ...  ... ...
   g) ... . ... . ... . ...
   h) ...  .  ...  .  ...

--------------------------------------------------------------------------
New features in version 1.21.2
(16.05.2000)
1. Bugfix. WBMPfile.drawLine() bug when trying to draw a line with Y size 
   more than Y. (Users should upgrade their 1.21.1 and 1.21 versions to 1.21.2
   or higher)

--------------------------------------------------------------------------
New features in version 1.21
(10.05.2000)
Added:
1. WBMPfile.drawCircle method - draws a circle with the given radius. The same
   also can be done using the equal length and width parameters in drawOval
   method.
Modified:
1. All methods drawing primitives are Java 1.0 and Java 1.1 compatible. This
   means that you can use this bean for Oracle Web Application Server
   (its 4.0.7.0.0 version includes JVM 1.1.4) and like. Moreover, all methods
   are working MUCH more quickly than they did before.
   As for text - 1.0 and 1.1 users should use the new class WBMPCustomFont.

--------------------------------------------------------------------------
New features in version 1.20
(05.05.2000)
Added:
1. New class WBMPChart which inherits WBMPfile and allows user draw charts
   basing on the existing data. I believe it will be necessary for many
   people who deal with business and technical analysis.
   Available charts:
   1. PLAIN - points are connected with segments
   2. POINT - points are not connected with segments (point field)
   3. PLAIN_FILLED - the area under the chart is filled with black
   4. POINT_FILLED - each point is connected with X axis with a segment
2. WBMPfile.drawArc() method drawing the arc is added.
3. WBMPCustomFont class added. Soon any user will be able to use fonts written
   by himself. The 4x6 font is included in this version.
Modified:
1. printWBMPimage() method now works correctly and doesn't return error
   when using non-square images. 
--------------------------------------------------------------------------
New features in version 1.13
(06.04.2000)
Added:
1. WBMPfile.writeToOutputStream(OutputStream) - a method to write WBMPfile
   contents into the given OutputStream.
2. WBMPfile.getWBMPpic() - a function to quickly obtain all points of a
   WBMPfile instance.
--------------------------------------------------------------------------
New features in version 1.12
(05.04.2000)
Modified:
1. WBMPfile.getStream - now without parameter (it's quite unnecessary)

--------------------------------------------------------------------------
New features in version 1.11
(03.04.2000)
Added:
1. WBMPfile.getStream - returns PrintStream representation of a WBMPfile instance 
Modified:
1. WBMPfile.getString - now it works correctly.

--------------------------------------------------------------------------
New features in version 1.10
(15.03.2000)
Added:
1. new class for internal and outer use: WBMPTable which is necessary to
   create a WBMP representation of a table.
2. Added ability to save a sequence of *.wbmp files based on table data
   (That almost fully solves Nokia 7110 problem with tables)

--------------------------------------------------------------------------
New features in version 1.07
(15.03.2000)
Added:
1. rotate(int) method to rotate WBMP image in both directions.
2. new class for internal and outer use: WBMPDimension - a dimension for
   any square area
3. getRectArea() method to get a part of the entire image

--------------------------------------------------------------------------
New features in version 1.06
(14.03.2000)

Added:
1. invertWBMPImage() function - function to invert WBMP image, i.e.
   substituting colors with opposite.
2. getString() function - function to get String representation of a WBMP
   image. Useful for work with most databases.
Modified:
1. MIX_MODE_AND and MIX_MODE_OR are now working correctly due to several
   logical problems fixing.

--------------------------------------------------------------------------
New features in version 1.05
(13.03.2000)

Added:
1. Several graphical functions to draw various figures on the wbmp layer.

Modified:
1. method appendText is renamed into drawString.


Max Jury Krainoff
mkrainov@netcity.ru
http://www.iproject.ru
ICQ UIN: 36688103

