8177960: Deprecate the Swing Motif Look and Feel and document it as unsupported on macOS
Reviewed-by: psadhukhan, prr
This commit is contained in:
parent
ec9a6addc7
commit
75325facdd
@ -60,8 +60,12 @@ import sun.awt.OSInfo;
|
||||
* long term persistence.
|
||||
*
|
||||
* @author unattributed
|
||||
* @deprecated The Motif Look and Feel is deprecated with the intent to remove
|
||||
* it in some future release. It is recommended to use
|
||||
* {@link javax.swing.plaf.metal.MetalLookAndFeel} instead.
|
||||
*/
|
||||
@SuppressWarnings("serial") // Superclass is not serializable across versions
|
||||
@Deprecated(since="13", forRemoval=true)
|
||||
public class MotifLookAndFeel extends BasicLookAndFeel
|
||||
{
|
||||
public String getName() {
|
||||
|
@ -38,7 +38,7 @@ import javax.swing.plaf.basic.BasicBorders;
|
||||
import com.sun.java.swing.plaf.motif.*;
|
||||
import sun.awt.X11.XComponentPeer;
|
||||
|
||||
@SuppressWarnings("serial") // JDK-implementation class
|
||||
@SuppressWarnings({"serial", "removal"}) // JDK-implementation class
|
||||
class XAWTLookAndFeel extends MotifLookAndFeel {
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user