From owner-freebsd-java Fri Feb 19 17:12:57 1999 Delivered-To: freebsd-java@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id BF0C811A2B for ; Fri, 19 Feb 1999 17:12:53 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id TAA19694; Fri, 19 Feb 1999 19:12:40 -0600 (CST) Date: Fri, 19 Feb 1999 19:12:39 -0600 (CST) From: Steve Price To: Christer Hermansson Cc: Vince Vielhaber , freebsd-java@FreeBSD.ORG Subject: Re: somewhat new to java questions In-Reply-To: <36CDB479.65A0EFC6@chdev.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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