import javax.swing.*; class Test { public static JComponent getFoo() { return new JPanel(); } }