Changes

Jump to: navigation, search

User:Qinzhi

4 bytes removed, 17:30, 2 February 2011
no edit summary
3. Browsing Java elements using the package explorer
In the left side of Eclipse, that is the package explorer.
Use mouse to expend cs.ecl.basics.simple, you I can see src and JRE System Library.
4. Creating a Java class
In package explorer, right click on src folder, and select new->class, type student, and click enter key.
Actually Library.java is a class, I'm going to use it as an example instead of student.java.
5. Editing Java elements
In Library.java, I use source generator created added following code:
@Override
public String toString() {
1
edit

Navigation menu