home *** CD-ROM | disk | FTP | other *** search
Java Source | 1999-02-11 | 535 b | 31 lines |
- /* Map file generated by JavaStar */
-
- package NameData;
- import suntest.javastar.lib.*;
- import java.awt.*;
-
- public class NamesWin {
-
- /* Frame */
- public static JSComponent NamePop(){
- return JS.frame("Names");
- }
-
- /* List */
- public static JSComponent list(){
- return NamePop().member("java.awt.List");
- }
-
- /* Button */
- public static JSComponent View(){
- return NamePop().button("View");
- }
-
- /* Button */
- public static JSComponent Close(){
- return NamePop().button("Close");
- }
-
- }
-
-