Our Feeds

Saturday 14 January 2017

Ajith KP

Timer Enabled Browser in javaFX

Hi GuyZ,
         This is another utility application created by me for event `zeITgeist 2K17` conducted by Kannur University, Mangattuparamba Campus. This application is coded in JavaFX, my favorite programming language for creating interactive graphics applications. JavaFX is the programming language developed by Oracle for creating RIAs (Rich Internet Application).

         The library named 'JxBrowser'(https://www.teamdev.com/jxbrowser) is used to develop this application. This library is created based on open source browser by Google named `Chromium Browser`. So, this library provides a good interactive browser environment. This library provides better environment than `WebView` controller provided by JavaFX. First of all, I started this project using WebView controller. But later I understood It have some limitations. So I moved to JxBrowser.

         The finish scene will open when the competitor presses `Finish` button or the allocated time expires.

         Before run JAR file, first change your system date to "11/Jan/2017", because of License issues.

Download JAR Filehttps://github.com/ajithkp560/JavaFXTimerBrowser/raw/master/TimerFX.jar

Download Project Source codehttps://github.com/ajithkp560/JavaFXTimerBrowser

Screen shots 

JavaFX Animation
Starting Page
JavaFX Browser
Browser with timer
Finish Page