All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.TextComponent
|
+----java.awt.TextArea
|
+----tea.awt.WATextArea
This class is an extension of TextArea with a workaround for a bug of JDK 1.1.1 (this bug gives an incorrect value for getSelectionStart() and getSelectionEnd() in Windows 95). I have checked the Java version in the constructor so that the workaround is active for the 1.1.1 Windows95 version only. I hope that in JDK 1.1.2 this will be fixed.
public WATextArea()
public WATextArea(String s)
public int getSelectionStart()
public int getSelectionEnd()
All Packages Class Hierarchy This Package Previous Next Index