I am a beginner (this will soon become obvious) and I can not figure out how to translate this diagram: UML class diagram
What I need help with is how to create the association and dependency relationships. For example, could you tell me what the completed lab4.SimpleDraw would look like, according to this diagram? From that, I should be able to figure out the rest on my own. So far, all I have for this one specifically is:
package lab4;
public class SimpleDraw {
}
so basically nothing.