OSDN Git Service

Change IDE JDeveloper to NetBeans 5.5.
authortakuya-o <takuya-o>
Sun, 22 Jul 2007 07:56:30 +0000 (07:56 +0000)
committertakuya-o <takuya-o>
Sun, 22 Jul 2007 07:56:30 +0000 (07:56 +0000)
commit081af71ddb8e840be3bb04ac8c05f477d6c1512e
tree7908bd29484ca51276db4ec38c81c0cbfb44e644
parent5bbddae52e90dab08671be7c3325c7a15aa0e002
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]