https://www.iteye.com/topic/740310
求教這網站上的main code 該怎麼產生主程式的 class
import com.jrf.jgrid.guitools.gridbagtable.GridBagTable; 這行該如何解讀
不知道該怎麼設定路徑
package包執行完後該如何讓Test.java產生class 然後讓主程式跑= ="
Test.java:10: error: package com.jrf.jgrid.guitools.gridbagtable does not exist
import com.jrf.jgrid.guitools.gridbagtable.GridBagTable;
^
Test.java:15: error: cannot access GridBagTable
GridBagTable table;
^
bad class file: .\GridBagTable.class
class file contains wrong class: org.dxj.guitools.gridbagtable.GridBagTable
Please remove or make sure it appears in the correct subdirectory of the cla
sspath.
2 errors