File tree 1 file changed +1
-8
lines changed
src/java.desktop/share/classes/javax/swing/plaf/basic
1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 1997, 2019 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 1997, 2022 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
26
26
package javax .swing .plaf .basic ;
27
27
28
28
import java .awt .*;
29
- import java .awt .event .*;
30
29
import javax .swing .*;
31
- import javax .swing .border .*;
32
30
import javax .swing .plaf .*;
33
31
import javax .swing .text .View ;
34
32
import sun .swing .SwingUtilities2 ;
35
33
import sun .awt .AppContext ;
36
- import java .util .Enumeration ;
37
- import java .util .HashSet ;
38
- import java .util .Set ;
39
34
40
35
/**
41
36
* RadioButtonUI implementation for BasicRadioButtonUI
@@ -55,8 +50,6 @@ public class BasicRadioButtonUI extends BasicToggleButtonUI
55
50
56
51
private static final String propertyPrefix = "RadioButton" + "." ;
57
52
58
- private KeyListener keyListener = null ;
59
-
60
53
// ********************************
61
54
// Create PLAF
62
55
// ********************************
You can’t perform that action at this time.
0 commit comments