blob: 00c3cb8e7682f204a3a760297102bebb58fe24da [file] [log] [blame]
import javax.swing.*;
class Test {
public static JComponent getFoo() {
return new JPanel();
}
}