classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RFC: AWTUtilities vs SwingUtilities


From: Ingo Prötel
Subject: Re: RFC: AWTUtilities vs SwingUtilities
Date: Thu, 30 Jun 2005 09:16:23 +0200

Hi Roman,

actually I introduced the AWTUtilitis in our copy fo the classpath tree
to remove the interdependency between a pure AWT application and Swing.
So that class never existed in Classpath. But I still think it would be
a good idea to try to minimise package interdependencies from AWT to
Swing. 

ingo

Am Mittwoch, den 29.06.2005, 11:07 +0200 schrieb Roman Kennke:
> Hi,
> 
> I notice that we used to have a class AWTUtilities in gnu.java.awt that 
> mirrors the functionality of SwingUtilities for access in AWT. This 
> seems to be removed and replaced by references to SwingUtilities inside 
> of AWT. I don't think that this is a good idea at all. I can imagine 
> that Swing is not needed in some applications (embedded systems, etc) 
> and could be ripped out of the Classpath. Having dependencies from AWT 
> into Swing makes this more confusing.
> 
> OTOH it is not nice to have code duplicated, so I can understand this move.
> 
> Anyway, I would like to have this cleaned up. My proposal is this:
> 
> - we revive the AWTUtilities (actually I already did, but for a 
> different purpose)
> - switch references to SwingUtilities into AWTUtilities
> - let SwingUtilities wrap its calls into calls to AWTUtilities
> 
> Any comments on that? If there are no arguments against this, I would do 
> this cleanup after the release.
> 
> /Roman
> 
> 
> 
> _______________________________________________
> Classpath mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/classpath
-- 
Ingo Prötel                                          address@hidden
aicas GmbH                                        http://www.aicas.com
Haid-und-Neu-Str. 18                        phone   +49 721 663 968-32
76131 Karlsruhe                             fax     +49 721 663 968-93
Germany                                      






reply via email to

[Prev in Thread] Current Thread [Next in Thread]