KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > search_replace > SearchTest > testFindNextPrevious


1 /*
2  * testFindNextPrevious.java
3  *
4  * Created on January 17, 2005, 1:40 PM
5  */

6
7 package search_replace.SearchTest;
8
9 /**
10  *
11  * @author rs155161
12  */

13 public class testFindNextPrevious {
14     
15     /** Creates a new instance of testFindNextPrevious */
16     public testFindNextPrevious() {
17         /**
18          * testWord
19          * testWord
20          * testWord
21          * testWord
22          * testWord
23          * testWord
24          * testWord
25          * testWord
26          */

27     }
28     
29 }
30
Popular Tags