jdk/src/java.desktop/share/classes/sun/awt/SunToolkit.java
changeset 36903 addc2e9d4bd4
parent 35667 ed476aba94de
child 38413 d9e49b45fd7d
equal deleted inserted replaced
36902:bb30d89aa00e 36903:addc2e9d4bd4
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
  1779         }
  1779         }
  1780     }
  1780     }
  1781 
  1781 
  1782 
  1782 
  1783     public abstract boolean isDesktopSupported();
  1783     public abstract boolean isDesktopSupported();
       
  1784     public abstract boolean isTaskbarSupported();
  1784 
  1785 
  1785     /*
  1786     /*
  1786      * consumeNextKeyTyped() method is not currently used,
  1787      * consumeNextKeyTyped() method is not currently used,
  1787      * however Swing could use it in the future.
  1788      * however Swing could use it in the future.
  1788      */
  1789      */