Class cynosurex.patch.patch_1_1
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cynosurex.patch.patch_1_1

java.lang.Object
   |
   +----cynosurex.patch.patch_1_1

public final class patch_1_1
extends Object
The patch_1_1 class contains several methods to patch up bugs in the Java 1.1 API. It cannot be instantiated.

Constructor Index

 o patch_1_1()

Method Index

 o getSelectionStartAndEnd(TextArea, int[])
The text selection operations, in Sun's JDK 1.1, are bugged.

Constructors

 o patch_1_1
  public patch_1_1()

Methods

 o getSelectionStartAndEnd
  public static void getSelectionStartAndEnd(TextArea t,
                                             int arr[])
The text selection operations, in Sun's JDK 1.1, are bugged. This method calculates the true starting and ending position.

All Packages  Class Hierarchy  This Package  Previous  Next  Index