src/share/classes/java/awt/Toolkit.java

Print this page

        

*** 2588,2598 **** * </pre> * before the {@code Toolkit} class initialization. * If not set by the time of the {@code Toolkit} class initialization, this property will be * initialized with {@code true}. * Changing this value after the {@code Toolkit} class initialization will have no effect. ! * <p> * @exception HeadlessException if GraphicsEnvironment.isHeadless() returns true * @return {@code true} if events from extra mouse buttons are allowed to be processed and posted; * {@code false} otherwise * @see System#getProperty(String propertyName) * @see System#setProperty(String propertyName, String value) --- 2588,2598 ---- * </pre> * before the {@code Toolkit} class initialization. * If not set by the time of the {@code Toolkit} class initialization, this property will be * initialized with {@code true}. * Changing this value after the {@code Toolkit} class initialization will have no effect. ! * * @exception HeadlessException if GraphicsEnvironment.isHeadless() returns true * @return {@code true} if events from extra mouse buttons are allowed to be processed and posted; * {@code false} otherwise * @see System#getProperty(String propertyName) * @see System#setProperty(String propertyName, String value)