OSDN Git Service

Change IDE JDeveloper to NetBeans 5.5.
authorTakuya Ono <takuya-o@users.sourceforge.jp>
Sun, 22 Jul 2007 07:56:30 +0000 (07:56 +0000)
committerTakuya Ono <takuya-o@users.sourceforge.jp>
Sun, 22 Jul 2007 07:56:30 +0000 (07:56 +0000)
commitb8d0c1e5588b6e21abaed5cf31340fdd0ab14feb
tree7908bd29484ca51276db4ec38c81c0cbfb44e644
parent71332dcf4fd8e976a13ee66876835ac94bdb8195
Change IDE  JDeveloper to NetBeans 5.5.
Support configuration screen.
Support Quit operation from configuration frame. Req#5596
16 files changed:
.cvsignore [new file with mode: 0644]
build.xml [new file with mode: 0644]
manifest.mf [new file with mode: 0644]
nbproject/.cvsignore [new file with mode: 0644]
nbproject/build-impl.xml [new file with mode: 0644]
nbproject/genfiles.properties [new file with mode: 0644]
nbproject/project.properties [new file with mode: 0644]
nbproject/project.xml [new file with mode: 0644]
src/org/jent/checksmtp/ApplicationProperties.java
src/org/jent/checksmtp/ApplicationUI.form [new file with mode: 0644]
src/org/jent/checksmtp/ApplicationUI.java [new file with mode: 0644]
src/org/jent/checksmtp/Processer.java
src/org/jent/checksmtp/SMTPclient.java
src/org/jent/checksmtp/ToListUI.form [new file with mode: 0644]
src/org/jent/checksmtp/ToListUI.java [new file with mode: 0644]
test/org/jent/checksmtp/ToListUITest.java [new file with mode: 0644]