aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Provodin <vitaly.provodin@jetbrains.com>2018-02-19 17:07:12 +0700
committerVitaly Provodin <vitaly.provodin@jetbrains.com>2018-02-19 17:07:12 +0700
commitfe19a69083232ce9f0d66262622d8780dfe65851 (patch)
treeed67727e9fcd12233c1a7fb39efdbfc9a709c6eb
parentc6d609467eae9c2892b1f994e72f73d001ebbe9c (diff)
downloadjdk8u_jdk-fe19a69083232ce9f0d66262622d8780dfe65851.tar.gz
JRE-652: added new regression manual test (RepaintManager does not increase double buffer after attaching a device with higher resolution) added copyrightjb8u152-b1163
-rw-r--r--test/javax/swing/RepaintManager/8197499/RepaintManagerDoubleBufferMaximumSize.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/javax/swing/RepaintManager/8197499/RepaintManagerDoubleBufferMaximumSize.java b/test/javax/swing/RepaintManager/8197499/RepaintManagerDoubleBufferMaximumSize.java
index 675234057c..1949ec270a 100644
--- a/test/javax/swing/RepaintManager/8197499/RepaintManagerDoubleBufferMaximumSize.java
+++ b/test/javax/swing/RepaintManager/8197499/RepaintManagerDoubleBufferMaximumSize.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2000-2018 JetBrains s.r.o.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JTextArea;