One manual useful task involving declarations is the step of initially editing your declarations files to use abstracted names.
To do this:
static
keyword contain the names.
/* TextField */
public static JSComponent textField1(){
return Namedb().member("java.awt.TextField", 0);
}
textfield1
to a more meaningful name, replace it with the name you want to use.
Note - Be careful not to edit the declaration so it is unrecognizable to JavaStar. The signature of all methods in the declarations file has to be:
public static JSComponent
name()
.class file.
Note - Whether you edit a JavaStar declaration file or not, you need to save and compile declarations after generating them.
Send feedback to
JavaStar-feedback@suntest.com
Copyright © 1998
Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, CA 94303.
All rights reserved.