java - Represent JPanel in UML -
i asking based on question
i have class extends jpanel. jpanel class must added uml diagram show "extends". problem read class diagram must have list of methods in too. must draw class titled jpanel , list methods in jpanel class reffering java docs? or can draw rectangle title jpanel only?
so must draw class titled jpanel , list methods in jpanel class reffering java docs? or can draw rectangle title jpanel only?
why want draw diagram? uml language; doesn't mandate can or can't it. it's not mandatory list methods in jpanel. show need purposes. if thing you're trying communicate class extends jpanel, draw 2 classes extension relationship. don't have show attributes or methods if they're not relevant.
hth.
Comments
Post a Comment