Files
2010-06-25 12:46:40 +04:00

6 lines
115 B
Java

<warning>import javax.swing.JPanel;</warning>
import javax.swing.JComponent;
class Test{
JComponent component;
}