On Sat, Jun 04, 2005 at 11:56:22AM -0600, Tom Tromey wrote: > Sorry, my fingers slipped and that last message went out early... > > > I was looking through the JAPI results for Swing and came across this > oddity: > > class javax.swing.plaf.basic.BasicInternalFrameTitlePane.TitlePaneLayout: > public in jdk14, but protected in classpath > > > Suns' javadoc says this: > > This inner class is marked "public" due to a compiler bug. This class > should be treated as a "protected" inner class. > > So, what should we do?
I'd suggest protected for the same reason we don't implement the com.sun.* classes; they are not in the official API. -- Thomas Zander
pgpvk5YcEy1rl.pgp
Description: PGP signature
_______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

