Changes

Jump to: navigation, search

User:Qinzhi

151 bytes removed, 19:57, 2 February 2011
no edit summary
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 added following code:
@Override
public String toString() {
return "Library [resources=" + resources + "]";
}
6. Renaming Java elements
I changed Video.java to Audio.java by changing the interface name.
click yes. Then the program will stop at La.addMedia(a).
I can choose run->step into in the menu to follow the program.
I can click run->terminate to end the debugging.
13.Evaluating expressions
14.Evaluating snippets
15.Using the Java browsing perspective
16.Writing and running JUnit tests
1
edit

Navigation menu