資源簡介
西電軟院12級15年上機的界面編程部分,可以實現簡單的備忘錄,但需要加入到之前上機代碼中哦
代碼片段和文件信息
?
/**?@author13121230?成李英
??*/
import?javax.swing.*;
import?java.awt.*;
import?javax.swing.text.*;
import?java.util.*;
import?java.awt.event.*;
?
interface?RemotePIMCollection?{
?
//????public?PIMCollection?getNotes();
????public?PIMCollection?getNotes(String?owner);
?
//????public?PIMCollection?getTodos();
????public?PIMCollection?getTodos(String?owner);
?
//????public?PIMCollection?getAppointment();
????public?PIMCollection?getAppointments(String?owner);
?
//????public?PIMCollection?getContacts();
????public?PIMCollection?getContacts(String?owner);
?
//????public?PIMCollection?getItemsForDate(Date?d);
????public?PIMCollection?getItemsForDate(String?d?String?owner);
?
//????public?PIMCollection?getAll();
????public?PIMCollection?getAllByOwner(String?owner
評論
共有 條評論