斯坦福大学开放课程——编程方法 作业7

来源:互联网 发布:三星windows手机 编辑:程序博客网 时间:2024/05/03 11:57

 

    For this assignment, you will create an application that keeps tracks of the information in such a simple social network.  More specifically, your application will allow for user profiles to be added to, deleted from, or looked-up in the social network.  Moreover, for each profile, you will keep track of the  person's  name associated with that profile, an optional image that  the person  may wish to display with  his/her  profile, an optional "current status" for the profile  (which is basically  just a String  indicating what activity the owner of that profile is currently engaged in), and a list of friends for each profile.

 

 

FacePamphlet.java

 

 

FacePamphletCanvas.java

 

 

FacePamphletConstants.java (相关常量定义,不做修改,所以不再贴出)

 

FacePamphletDatabase.java

 

 

FacePamphletProfile.java

 

原创粉丝点击