gaurang847 / WallpaperChanger

Retrieve wallpapers from your selected Google Drive folder and use them as your Window's Desktop wallpaper that change at fixed intervals.
0 stars 0 forks source link

Need to form the UI #1

Open gaurang847 opened 6 years ago

gaurang847 commented 6 years ago

Currently, to run the application, I have to

  1. Open the terminal
  2. Change the directory to /build/libs that contains the WallpaperChanger-1.0.jar
  3. Run the command:
    java -jar WallpaperChanger-1.0.jar

This is not user-friendly.
Also, the user should have the ability to decide the download directory for wallpapers and time interval for switching them; which currently they can't.

gaurang847 commented 6 years ago

the user should have the ability to decide the time interval for switching them

This part of the UI is dependent on issue #2

gaurang847 commented 6 years ago

I've decided to use JavaFX for this job. The UI should look something like this:

ui design