public class Druck{ private Header header; private Footer footer; getter() and Setter(); } public class Header { String uservorname; String name; getter() and Setter(); } public class Footer { String Version String Melder; getter() and Setter(); }
I have inserted all the classes in a .jar in my program and try to access the data with a getter like these: §F{footer}.getVersion(). and each time I get the same error: ...Footer cannot be resolved to a type. can you please helper or give me a indication ?? Thanks
0 Answers:
No answers yet