•0 min read
Simple Pomodoro Application using Swing
The Pomodoro Technique
The Pomodoro Technique is a time management method that helps you boost your productivity. If you are not familiar with this technique, I highly suggest that you check this page.
The Application
There are many great apps out there for displaying pomodoros, but I wanted the simplest possible that I can easily customize later — thus I've written my application in Java using the Swing library.
The Source Code
The source code is available on github: TODO