< prev index next >

test/jdk/javax/swing/border/Test4856008.java

Print this page




   7  * published by the Free Software Foundation.
   8  *
   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @bug 4856008 7025987

  27  * @summary Tests border insets
  28  * @author Sergey Malenkov
  29  * @modules java.desktop/com.sun.java.swing.plaf.motif
  30  *          java.desktop/com.sun.java.swing.plaf.windows
  31  *          java.desktop/sun.swing.plaf.synth
  32  */
  33 
  34 import com.sun.java.swing.plaf.motif.MotifBorders;
  35 import com.sun.java.swing.plaf.windows.WindowsBorders;
  36 
  37 import java.awt.Color;
  38 import java.awt.Font;
  39 import java.awt.Insets;
  40 
  41 import javax.swing.ActionMap;
  42 import javax.swing.JComponent;
  43 import javax.swing.JFileChooser;
  44 import javax.swing.JLabel;
  45 import javax.swing.JPopupMenu;
  46 import javax.swing.JToggleButton;




   7  * published by the Free Software Foundation.
   8  *
   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @bug 4856008 7025987
  27  * @requires (os.family == "windows")
  28  * @summary Tests border insets
  29  * @author Sergey Malenkov
  30  * @modules java.desktop/com.sun.java.swing.plaf.motif
  31  *          java.desktop/com.sun.java.swing.plaf.windows
  32  *          java.desktop/sun.swing.plaf.synth
  33  */
  34 
  35 import com.sun.java.swing.plaf.motif.MotifBorders;
  36 import com.sun.java.swing.plaf.windows.WindowsBorders;
  37 
  38 import java.awt.Color;
  39 import java.awt.Font;
  40 import java.awt.Insets;
  41 
  42 import javax.swing.ActionMap;
  43 import javax.swing.JComponent;
  44 import javax.swing.JFileChooser;
  45 import javax.swing.JLabel;
  46 import javax.swing.JPopupMenu;
  47 import javax.swing.JToggleButton;


< prev index next >