用eclipse时候在 draw位置:提示错误The hierarchy of the type draw is inconsistent
但是在netbeans 中代码正常。
我的eclipse是绿色版的,网上下载的 直接解压用的。
究竟是哪里配置出错了呢?
package com.aihidao;
import javax.swing.JPanel;
public class Demo_draw {
}
class draw extends JPanel{
}
------解决思路----------------------
应该是有jar包没有被引入吧... 你重新引入一下呢..
还有.. class 怎么会用小写.........