import customer.Customer; public class Main{ public static void main(String argv[]){ Customer customer = new Customer(); customer.setName("Davy Jones"); customer.setPhone("123-4567"); customer.greeting(); customer.swingGreeting(); }//end main() }//end Main
5. compile ไฟลชื่อ Main.java แตกอนที่จะ compile ใหกำหนด classpath ใหชี้ไปที่ R
Thank you for interesting in our services. We are a non-profit group that run this website to share documents. We need your help to maintenance this website.