Java simple system monitoring

Java simple system monitoring: real-time display of CPU utilization, memory utilization, remaining power of laptop battery and time (hour, minute and second). Create the system tray, set the system tray menu, and display the form on the top. Read battery data by jna calling dll file. catalogue design sketch Function description Projects and ...

Posted by jamfrag on Tue, 18 Jan 2022 21:28:25 +0100

Online bookstore eclipse---Java+SQL Server+swing

About database operations: 1. Design background: With the development of information technology, computers have entered thousands of households. People's communication has become convenient and convenient for the life of Internet users! In addition, with the rise of excellence, Jingdong, Taobao and other online shopping platforms, online shop ...

Posted by seanlyons on Mon, 17 Jan 2022 22:00:39 +0100

[Java+swing] Hanoi tower game for automatic demonstration

catalogue 1 algorithm and problem description 1.1 problem description 1.2 recursive algorithm 1.3 non recursive algorithm 2 overall design of game program 2.1 HannoiWindow class design 2.2 Tower design 2.3 Disc design 2.4 design of towerpoint class 2.5 design of HandleMouse class 2.6 AutoMoveDisc class 3. Display of operation interf ...

Posted by zeb on Sat, 08 Jan 2022 12:41:09 +0100

JAVA Swing: Swing Quick Development Toolset-v0.01

Preface I recently sorted out java's learning notes and found this long-standing swing shortcut (Black History) in an obscure corner. When learning swing early, I didn't know there was a visual swing development tool yet, and I felt the development of GUI interface was cumbersome. I planned to develop a swing shortcut tool that provides fast ...

Posted by theeper on Tue, 23 Nov 2021 21:12:27 +0100