home *** CD-ROM | disk | FTP | other *** search
- package allaire.controls;
-
- import netscape.application.FoundationApplet;
-
- public class CFTextApplet extends FoundationApplet {
- public cftext m_textControl;
-
- public Class classForName(String var1) throws ClassNotFoundException {
- return Class.forName(var1);
- }
-
- public String cf_getText() {
- return this.m_textControl.cf_getText();
- }
- }
-