Skip to content

karakay-v/term-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple application that allows you to set timers

The application was created while studying the basics of java SE8.

In this application, you are given the opportunity to set timers for a specified period of time in seconds or minutes or hours by specifying the appropriate symbol at the end of the numbers.

You can change the time region by specifying it's name or the time difference from Greenwich Mean Time (GMT).

Create a jar package file with ant build tool.

Note

For graphical notifications to be displayed, you need to have the libnotify package installed on your system.

ant jar

The built package will be placed in ./build/jar/ directory.

Possible ant commands

# Remove build directory.
ant clean

# Compile the source.
ant compile

# Compile the source and create a package.
ant jar

# Create and run a package.
ant run

To see the list of availible commands, call help as argument for application.

About

Simple application that allows you to set timers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages