Dear
I have problem on Java program compile. When the program compile on JRE1.3X. The program can compile successful but the program compile on JRE1.4X. The program will have some error. Like below:
Please helpCode:C:\ass1\Payroll.java:60: cannot resolve symbol symbol : method CalcPay (double,double) location: class Payroll wages = CalcPay(payRate, hours); // Compute wages ^ C:\ass1\Payroll.java:90: cannot resolve symbol symbol : variable outDisplay location: class Payroll outDisplay.addWindowListener( new WindowAdapter( ) ^ 2 errors Process completed.
John
[ArchAngel added CODE tags]


Reply With Quote



Bookmarks