KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > search_replace > SearchTest > testSearchSelection


1 /*
2  * testSearchSelection.java
3  *
4  * Created on January 24, 2005, 11:40 AM
5  */

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

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

27     }
28     
29 }
30
Popular Tags