# JavaBasicProjects **Repository Path**: newbie-w/JavaBasicProjects ## Basic Information - **Project Name**: JavaBasicProjects - **Description**: This is the result of my Java study. - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JavaBasicProjects This is the result of my Java study.
Use java 1.7 and the software Eclipse.
----- ## Here are some of my projects: * 2d_Barcode > 二维码生成,在运行程序、执行代码时,随机生成内容。 * BusManager > 公交管理系统,使用odbc方式连接数据库,实现对于公交系统相关数据的增删改查。 * Calculator > 计算器,目前只实现了基本的加减乘除运算(无法进行混合运算)。 * Chatroom > 聊天室,基于TCP和C/S模式,实现群发、私发信息。 * Painter > 画图板,实现了矩形、椭圆、自由作画、多边形、文字等的绘制,可更换颜色、模式(填充模式(椭圆、三角形、矩形此时默认设为填充)、异或模式)。 * TextEditor > 模仿win10记事本,实现了编辑、字体、查找等的功能。