Skip to content

Create a beautiful floating clock in Kotlin using Swing. This minimalistic clock application provides a sleek, customizable, and draggable interface.

License

Notifications You must be signed in to change notification settings

MohLovesCode/Floating-Clock

Repository files navigation

Floating Clock

1705123812874

Create a beautiful floating clock in Kotlin using Swing. This minimalistic clock application provides a sleek, customizable, and draggable interface.

Features

  • Draggable interface
  • Customizable fonts
  • Always on top
  • Double-click to close

Prerequisites

  • Java installed on your system

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/floating-clock.git
    
  2. Compile and run the application:

    cd floating-clock
    
    kotlinc FloatingClock.kt -include-runtime -d FloatingClock.jar
    
    java -jar FloatingClock.jar
    

Customization

  • 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.

About

Create a beautiful floating clock in Kotlin using Swing. This minimalistic clock application provides a sleek, customizable, and draggable interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages