8186617: The "com.sun.awt.AWTUtilities" class can be dropped in favour of public API

Reviewed-by: azvegint, prr
This commit is contained in:
Sergey Bylokhov 2017-10-27 14:15:02 -07:00
parent a569f5293b
commit 66812b5f48
17 changed files with 507 additions and 652 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1997, 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
@ -23,12 +23,10 @@
* questions.
*/
package java.awt;
import java.awt.image.ColorModel;
import sun.awt.AWTAccessor;
import sun.awt.AppContext;
import sun.awt.SunToolkit;