Kukacky

Clocks

Kukacky

Desktop application to simulate bell. Code repository on develop

Technology stack

  • Java 8

  • Sound library

  • Javafx for GUI

How its works

Every hour play short sound of bell (on 3pm repeat the sound three times) and every fifteen minutes play shorter sound.

Code examples

Using javafx in .fxml file:

    ...
    <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="382.0" prefWidth="224.0">
          <children>
            <ChoiceBox id="choiceBox" fx:id="choiceBoxMain" layoutX="14.0" layoutY="28.0" prefWidth="145.0">
              <items>
                <FXCollections fx:factory="observableArrayList">
                  <String fx:value="Item 1" />
                  <String fx:value="Item 2" />
                  <String fx:value="Item 3" />
                </FXCollections>
              </items>
            </ChoiceBox>
    ...

Sources

Release application is very similar to some mobile version of this app, but i cannot find for desktop (windows or linux)

Michal Slovík
Michal Slovík
Java developer and Cloud DevOps

My job interests include devops, java development and docker / kubernetes technologies.