Date: Fri, 19 Feb 1999 18:38:55 -0700 From: Nate Williams <nate@mt.sri.com> To: Steve Price <sprice@hiwaay.net> Cc: Christer Hermansson <mail@chdev.com>, Vince Vielhaber <vev@michvhf.com>, freebsd-java@FreeBSD.ORG Subject: Re: somewhat new to java questions Message-ID: <199902200138.SAA22208@mt.sri.com> In-Reply-To: <Pine.OSF.4.02.9902191906120.1158-100000@fly.HiWAAY.net> References: <36CDB479.65A0EFC6@chdev.com> <Pine.OSF.4.02.9902191906120.1158-100000@fly.HiWAAY.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> # > 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(...)? Using Swing inside applets is problematic unless the users have the Java-Plugin as well as a cached copy of the Swing classfiles. Nate 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?199902200138.SAA22208>