Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Marblog authored Nov 21, 2018
1 parent c9d72b0 commit 534ac48
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,8 @@

JAVA记事本




作者:马杰

项目名称:Notepad

类的个数:8个JAVA文件

主要功能:新建文件,复制粘贴,查找替换,字体设置,背景设置,自动换行,启动窗口,官方开源代码(http://github.com/Marblog/Notepad)

启动图SplashWindow.java类,采用多线程设计,5秒的提示窗口
Expand All @@ -22,10 +15,12 @@ JAVA记事本

解决方案:查阅官方文档,CSDN 博客,等等



Notepad.java主程序,模块化设计,层次分明,方法采用了中文命名,好记好修改!

文件编码utf-8
开发工具idea+jdk9
开发工具idea+jdk11


2018.11.21:
改用lambda表达式,去除重复代码,并且遵守阿拉巴巴java手册的约定进行了修改

0 comments on commit 534ac48

Please sign in to comment.