1 / 4
文档名称:

用javamail发邮件(含附件),用jBuilder3实现(1).txt

格式:txt   页数:4页
下载后只包含 1 个 TXT 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

用javamail发邮件(含附件),用jBuilder3实现(1).txt

上传人:管理资源吧 2011/9/16 文件大小:0 KB

下载得到文件列表

用javamail发邮件(含附件),用jBuilder3实现(1).txt

文档介绍

文档介绍:作者:◆后街男孩◆
日期:2000-12-14 17:21:16
//Title: Your Product Name
//Version:
//Copyright: Copyright (c) 1999
//Author: Your Name
//Company: pany
//Description: Your description
package Mail;
import .*;
import .*;
import .*;
import .*;
import .*;
import .*;
import ..*;
import .*;
public class SendMail extends Frame {
Label label1 = new Label();
TextField textField1 = new TextField();
Label label2 = new Label();
TextField textField2 = new TextField();
Label label3 = new Label();
TextArea textArea1 = new TextArea();
Label label4 = new Label();
TextField textField3 = new TextField();
Button button1 = new Button();
Button button2 = new Button();
public SendMail() {
enableEvents();
try {
jbInit();
}
catch(Exception e) {
();
}
}
protected void processWindowEvent(WindowEvent e) {
(e);
if(() == ) {
(0);
}
}
public static void main(String[] args) {
SendMail sendMail1 = new SendMail();
(400,400);
(true);
}
private void jbInit() throws Exception {
(new Rectangle(41, 38, 45, 23));
("收信人");
(null);
(400,400);
(new Rectangle(110, 36, 174, 23));