Create a beautiful floating clock in Kotlin using Swing. This minimalistic clock application provides a sleek, customizable, and draggable interface.
- Draggable interface
- Customizable fonts
- Always on top
- Double-click to close
- Java installed on your system
-
Clone the repository:
git clone https://github.com/your-username/floating-clock.git
-
Compile and run the application:
cd floating-clock kotlinc FloatingClock.kt -include-runtime -d FloatingClock.jar java -jar FloatingClock.jar
- Replace
assets/icon/launcher-icon.png
with your own launcher icon. - Customize the font by replacing
assets/font/Ds-Digit.ttf
with your desired TTF font.