Date: Fri, 19 Feb 1999 19:12:39 -0600 (CST) From: Steve Price <sprice@hiwaay.net> To: Christer Hermansson <mail@chdev.com> Cc: Vince Vielhaber <vev@michvhf.com>, freebsd-java@FreeBSD.ORG Subject: Re: somewhat new to java questions Message-ID: <Pine.OSF.4.02.9902191906120.1158-100000@fly.HiWAAY.net> In-Reply-To: <36CDB479.65A0EFC6@chdev.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 19 Feb 1999, Christer Hermansson wrote: # > 1) I check the lengths of the data in a few TextFields and if they're # > not at least a certain length I need to pop up a box that says so and # > after they click on OK they can fix it. In both Windows and OS/2-PM # > I had a function called MessageBox. Is there something similar here? # # I don't know about any thing like MessageBox in AWT or Swing but check out # this http://java.sun.com/docs/books/tutorial/uiswing/components/dialog.html How about JOptionPane.showMessageDialog(...)? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.02.9902191906120.1158-100000>