< prev index next >

src/java.desktop/share/classes/com/sun/awt/SecurityWarning.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2008, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 57,67 **** /** * Gets the size of the security warning. * * The returned value is not valid until the peer has been created. Before * invoking this method a developer must call the {@link Window#pack()}, ! * {@link Window#setVisible()}, or some other method that creates the peer. * * @param window the window to get the security warning size for * * @throws NullPointerException if the window argument is null * @throws IllegalArgumentException if the window is trusted (i.e. --- 57,67 ---- /** * Gets the size of the security warning. * * The returned value is not valid until the peer has been created. Before * invoking this method a developer must call the {@link Window#pack()}, ! * {@link Window#setVisible}, or some other method that creates the peer. * * @param window the window to get the security warning size for * * @throws NullPointerException if the window argument is null * @throws IllegalArgumentException if the window is trusted (i.e.
< prev index next >