home *** CD-ROM | disk | FTP | other *** search
Java Source | 1999-02-11 | 3.3 KB | 141 lines |
- /* Map file generated by JavaStar */
-
- package NameData;
- import suntest.javastar.lib.*;
- import java.awt.*;
-
- public class MainWin {
-
- /* Frame */
- public static JSComponent frame(){
- return JS.frame("Name Database");
- }
-
- /* Panel */
- public static JSComponent Namedb(){
- return frame().member("namedb");
- }
-
- /* Label */
- public static JSComponent Name_Database___Untitled_____(){
- return frame().member("java.awt.Label", "Name Database - Untitled ");
- }
-
- /* Button */
- public static JSComponent Open(){
- return frame().button("Open");
- }
-
- /* Button */
- public static JSComponent Save(){
- return frame().button("Save");
- }
-
- /* Button */
- public static JSComponent Save_as(){
- return frame().button("Save as");
- }
-
- /* Button */
- public static JSComponent Close(){
- return frame().button("Close");
- }
-
- /* Button */
- public static JSComponent Exit(){
- return frame().button("Exit");
- }
-
- /* Button */
- public static JSComponent Add(){
- return frame().button("Add");
- }
-
- /* Button */
- public static JSComponent Change(){
- return frame().button("Change");
- }
-
- /* Button */
- public static JSComponent Remove(){
- return frame().button("Remove");
- }
-
- /* Button */
- public static JSComponent Clear(){
- return frame().button("Clear");
- }
-
- /* Button */
- public static JSComponent Names(){
- return frame().button("Names");
- }
-
- /* Button */
- public static JSComponent Search(){
- return frame().button("Search");
- }
-
- /* Label */
- public static JSComponent __Name(){
- return frame().member("java.awt.Label", " Name");
- }
-
- /* TextField */
- public static JSComponent nameTextField(){
- return Namedb().member("java.awt.TextField", 0);
- }
-
- /* Label */
- public static JSComponent __Address1_(){
- return frame().member("java.awt.Label", " Address1");
- }
-
- /* TextField */
- public static JSComponent address1TextField(){
- return Namedb().member("java.awt.TextField", 1);
- }
-
- /* Label */
- public static JSComponent __Address2_(){
- return frame().member("java.awt.Label", " Address2");
- }
-
- /* TextField */
- public static JSComponent address2TextField(){
- return Namedb().member("java.awt.TextField", 2);
- }
-
- /* Label */
- public static JSComponent __Phone(){
- return frame().member("java.awt.Label", " Phone");
- }
-
- /* TextField */
- public static JSComponent phoneTextField(){
- return Namedb().member("java.awt.TextField", 3);
- }
-
- /* Label */
- public static JSComponent __Email(){
- return frame().member("java.awt.Label", " Email");
- }
-
- /* TextField */
- public static JSComponent emailTextField(){
- return Namedb().member("java.awt.TextField", 4);
- }
-
- /* Label */
- public static JSComponent __Other(){
- return frame().member("java.awt.Label", " Other");
- }
-
- /* TextField */
- public static JSComponent otherTextField(){
- return Namedb().member("java.awt.TextField", 5);
- }
-
- }
-
-