This is an automated email from the ASF dual-hosted git repository.
jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 7dca72b Removing unused WindowsLookAndFeel subclass
7dca72b is described below
commit 7dca72be5142cfaf156a4d5b76b3fd7bcd99116f
Author: Jaroslav Tulach <[email protected]>
AuthorDate: Wed Jan 2 18:15:55 2019 +0100
Removing unused WindowsLookAndFeel subclass
---
.../org/openide/explorer/propertysheet/EditableDisplayerTest.java | 7 -------
1 file changed, 7 deletions(-)
diff --git
a/platform/openide.explorer/test/unit/src/org/openide/explorer/propertysheet/EditableDisplayerTest.java
b/platform/openide.explorer/test/unit/src/org/openide/explorer/propertysheet/EditableDisplayerTest.java
index 7b3619e..4520ee2 100644
---
a/platform/openide.explorer/test/unit/src/org/openide/explorer/propertysheet/EditableDisplayerTest.java
+++
b/platform/openide.explorer/test/unit/src/org/openide/explorer/propertysheet/EditableDisplayerTest.java
@@ -19,7 +19,6 @@
package org.openide.explorer.propertysheet;
-import com.sun.java.swing.plaf.windows.WindowsLookAndFeel;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Component;
@@ -1243,12 +1242,6 @@ public class EditableDisplayerTest extends NbTestCase {
}
- private static class PseudoWindowsLookAndFeel extends WindowsLookAndFeel {
- public boolean isSupportedLookAndFeel() {
- return true;
- }
- }
-
public class TagsEditor extends PropertyEditorSupport implements
ExPropertyEditor {
PropertyEnv env;
String[] tags;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists