import javax.swing.JButton; import javax.swing.JComponent; public class A { public void foo(JComponent x) { } public void foo(JButton x) { } }