hi all,
can anybody explain me why there r some abstract classes with
no methods(no abstract methods or any method implemetations)
for eg:in package
javax.swing.plaf
DesktopIconUI.java
ColorChooserUI.java
here is the source for one more abstract class : ButtonUI.java
/*
* @(#)ButtonUI.java 1.15 00/02/02
*
* Copyright 1997-2000 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the proprietary information of Sun Microsystems, Inc.
* Use is subject to license terms.
*
*/
package javax.swing.plaf;
import javax.swing.AbstractButton;
import java.awt.Insets;
/**
* Pluggable look and feel interface for JButton.
*
* @version 1.15 02/02/00
* @author Jeff Dinkins
*/
public abstract class ButtonUI extends ComponentUI {
}
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html