[3570] in java-interest
Re: file dialogs
daemon@ATHENA.MIT.EDU (Ron van Hoof)
Thu Nov 16 11:23:04 1995
Date: Thu, 16 Nov 1995 09:05:29 -0500
From: rvhoof@nynexst.com (Ron van Hoof)
To: java-interest@java.sun.com
Hoi Robert,
I think you need to show your main frame first, also make
sure that it is large enough. Try this:
Frame f = new Frame("FileDialog");
FileDialog fd = new FileDialog(f, "FileDialog");
f.resize(400,400);
f.show();
fd.show();
Ron
---------------------------------------------------------------------
Ron van Hoof NYNEX Science & Technology, Inc.
Member of Technical Staff Research & Development
Work Systems Design Group
E-Mail: rvhoof@nynexst.com 400 Westchester Avenue, Rm 115a
Voice: (914) 644-2046 White Plains, NY 10604
Fax: (914) 949-9566 USA
---------------------------------------------------------------------
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com