NewClass.java :  » IDE-Netbeans » refactoring.api » ustpkg » Java Open Source

Java Open Source » IDE Netbeans » refactoring.api 
refactoring.api » ustpkg » NewClass.java
package ustpkg;

public class NewClass {
    public static void main(String[] args) {
        B obj = new B();
        obj.m();
    }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.