|
|
|||||||||||||||||||||
|
||||||||||||||||||||||
Known Limitations and Bugs Report |
||||||||||||||||||||||
There is no Portable Way to Use/Install New Fonts With Java 1.1.
|
||||||||||||||||||||||
Size of Italic is not Equal to the Draw Area.The size computed for some font with font metrics differs from the drawing and cleaning area. For example, the letter "f" in big italic will recover a part of the previous and next letters. |
||||||||||||||||||||||
Problem with drawBytes under Linux.The drawBytes method doesn't work accuraty under Linux. The current font is not always correct. Using the drawString method is the current workaround for Linux. The penality is an heavy object allocation (bytes to string conversion and object allocation while using drawString). |
||||||||||||||||||||||
Current Workaround |
||||||||||||||||||||||
Wrong Layout of Heavy Component in a Custom Container on SDK.We encounter strange offsets on Microsoft SDK and Internet Explorer when subclassing Container and laying out manually heavyweight component, such scrollbar. |
||||||||||||||||||||||
Current Workaround |
||||||||||||||||||||||
Microsoft's VM can't Handle Accuratly Sun's Optimized Code.When using the option "-O" with javac some public accessors to a private member seem to be inlined and cause illegal access exception when running on Microsoft's virtual machine. Side effect, an inner class can't access freely to private members or methods of the enclosing class on Microsoft SDK and Internet Explorer. |
||||||||||||||||||||||
Current Workaround |
||||||||||||||||||||||
The Scrollbar's Unit Increment is not Taken into Account by some JDK.The setUnitIncrement method seems to have no effect with some JDK. The value that is added (subtracted) when scrolling with the arrows is 1. |
||||||||||||||||||||||
Current Workaround |
||||||||||||||||||||||
|
||||||||||||||||||||||
|
||||||||||||||||||||||
|
||||||||||||||||||||||
|