Date: Tue, 17 Feb 1998 13:11:42 -0700 From: Sean Kelly <kelly@plutotech.com> To: Adam Capell <acapell@value.net> Cc: java@FreeBSD.ORG Subject: Re: Sunsoft swing classes Message-ID: <34E9EEFE.D24DAA09@plutotech.com> References: <34E9EBD7.3DDB6BE8@value.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> Swing seems to work OK, but > there are huge differences in appearence between Win32 and Motif > components, so much that they don't seem to be the same components at > all. That's part of the point of Swing: you get a standard look-and-feel no matter what platform you're using. Although the goals of the AWT are noble, it turns out for some applications that a native look-and-feel from platform to platform works out to be sub-optimal. Swing applications look the same from platform to platform. Depending on the application and the environment, that's better. (Consider an enterprise with many different desktop clients and a company-wide application. Supporting that with manuals and tech support is much easier if the programs looks the same on Wendy's Mac as it does Carl's UNIX system and Lisa's Windows box.) (Of course, in Swing you can change the look-and-feel at run time. :-) --Sean PS: And it's entirely possible I missed the point you were trying to make. If so, sorry! 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?34E9EEFE.D24DAA09>