91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 16KB
    文件類型: .java
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-08
  • 語言: Java
  • 標簽: pim+??gui??

資源簡介

西電軟院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

評論

共有 條評論