×

Genuine Coder's video: Covid-19 Status Desktop Widget JavaFX Tutorial 3 5 Finishing GUI and Auto-Refresh Scheduler

@Covid-19 Status Desktop Widget | JavaFX Tutorial 3/5 | Finishing GUI and Auto-Refresh Scheduler
In this chapter, we will finish the GUI handling and add a scheduled auto-refresh. The first challenge is to make the JavaFX stage look like a widget. For a widget, there should not be any taskbar icons and the stage should not be decorated. So we will implement a technique to hide both the taskbar icon and stage decoration. We will also handle drag-and-move support for the widget. In the second part of this chapter, we will handle the automatic refresh of the widget data. Using ScheduledExecutorService, we can schedule a function to be called repeatedly at fixed intervals. We will create a single-threaded scheduled executor service. ScheduledExecutorService: https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ScheduledExecutorService.html Github project: https://github.com/afsalashyana/Covid19-Desktop-Widget -- Genuine coder

31

7
Genuine Coder
Subscribers
21.9K
Total Post
194
Total Views
666.1K
Avg. Views
11.5K
View Profile
This video was published on 2020-04-18 10:00:33 GMT by @Genuine-Coder on Youtube. Genuine Coder has total 21.9K subscribers on Youtube and has a total of 194 video.This video has received 31 Likes which are lower than the average likes that Genuine Coder gets . @Genuine-Coder receives an average views of 11.5K per video on Youtube.This video has received 7 comments which are lower than the average comments that Genuine Coder gets . Overall the views for this video was lower than the average for the profile.Genuine Coder #JavaFX #GenuineCoder #Widget has been used frequently in this Post.

Other post by @Genuine Coder