diff --git a/README.md b/README.md index f5c11e8..752ad20 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,26 @@ -JFX-Browser -=========== -A web browser written in java and love with javaFX front-end.The borwser is based on javaFx's webview. -[Jfx Browser Gif](https://twitter.com/badarshahzad54/status/859596238202691584) -[Jfx Browser Demo](https://youtu.be/DH_6g4OcfyE?list=PLv2dKKz-juPaCQsqET0BH4pUsJw8pbjxb) +# JFX-Browser + +[![Latest Version](https://img.shields.io/github/release/badarshahzad/Jfx-Browser.svg?style=flat-square)](https://github.com/badarshahzad/Jfx-Browser/releases) +[![GitHub contributors][contributors-image]][contributors-url] +[![HitCount](http://hits.dwyl.io/badarshahzad/Jfx-Browser.svg)](http://hits.dwyl.io/badarshahzad/Jfx-Browser) +[![Total Downloads](https://img.shields.io/github/downloads/badarshahzad/Jfx-Browser/total.svg)](https://github.com/badarshahzad/Jfx-Browser/releases) + +[contributors-url]: https://github.com/badarshahzad/Jfx-Browser/graphs/contributors +[contributors-image]: https://img.shields.io/github/contributors/badarshahzad/Jfx-Browser.svg + +A web browser written in java and love with javaFX front-end.The browser is based on JavaFx's webview. + +### Youtube Demonstration +[![First](http://img.youtube.com/vi/DH_6g4OcfyE/0.jpg)](https://www.youtube.com/watch?v=DH_6g4OcfyE) + +### Follow me on Twitter +[Follow me on Twitter](https://twitter.com/badarshahzad54/status/859596238202691584) + +### Download and try it :) +[JFX-Browser V1.0.0.zip](https://github.com/badarshahzad/Jfx-Browser/files/1485201/JFX-Browser.V1.0.0.zip) + ### Features @@ -15,12 +31,6 @@ A web browser written in java and love with javaFX front-end.The borwser is base + Convert HTML page into PDF with our **HTML to PDF converter** and save it to your local machine. + Keep your *secret* online accounts saved in **Passowrd Valut**. -> ### Dependencies -> -> JDK 1.8 or later. -> javaFx library. -> Internet Connection. - ### Usage + Once you have all Dependencies. @@ -30,22 +40,58 @@ A web browser written in java and love with javaFX front-end.The borwser is base + You may need to include the libraries in the lib folder into your class path. + Open the main package and run Main.java class *enjoy !*. -### Documentations -Link to Browser's Documentation [click here](#) - -> ### Credits -> +### Important Information +
+ Dependencies +

+ 1) JDK 1.8 or later.
+ 2) javaFx library.
+ 3) Internet Connection. +

+
+
+ License +

+ + The MIT License (MIT) + + Copyright (c) 2015 Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + +

+
+ + + + +### Credits + > + Badar Shahzad Khan [github.com](https://github.com/badarshahzad) > + Muhammad Shoib Khan [github.com](https://github.com/Shoaibkhan786) > + Naeem Rashid [github.com](https://github.com/naeemkhan12) > + Hassan Iqbal Khan [github.com](https://github.com/Hassankhan2015) > + Ramzan Shahid Khan [github.com](https://github.com/RamzanShahidkhan) > + SanaUllah Khan [github.com](https://github.com/sanaullahkhan1234) +> + GOXR3PLUS Studio [github.com](https://github.com/goxr3plus) ### Contact Us + Badar Shahzad Khan [linkedin.com](https://www.linkedin.com/in/badarshahzad/) + Badar Shahzad Khan [twitter.com](https://twitter.com/badarshahzad54) - -### License -Read the license.[click here](https://raw.githubusercontent.com/badarshahzad/Jfx-Browser/master/LICENSE) diff --git a/SEGP/pom.xml b/SEGP/pom.xml index 7891f17..ca8ca64 100644 --- a/SEGP/pom.xml +++ b/SEGP/pom.xml @@ -54,7 +54,7 @@ true - application.Main + main.java.com.github.jfxbrowser.application.Main JFX-Browser_lib/ diff --git a/SEGP/resources/fxml/Downloads.fxml b/SEGP/resources/fxml/Downloads.fxml index 33da105..3ef488f 100644 --- a/SEGP/resources/fxml/Downloads.fxml +++ b/SEGP/resources/fxml/Downloads.fxml @@ -12,7 +12,7 @@ - + diff --git a/SEGP/resources/fxml/History.fxml b/SEGP/resources/fxml/History.fxml index 7b025ea..ef8a251 100644 --- a/SEGP/resources/fxml/History.fxml +++ b/SEGP/resources/fxml/History.fxml @@ -14,7 +14,7 @@ - + diff --git a/SEGP/resources/fxml/Login.fxml b/SEGP/resources/fxml/Login.fxml index c28c2e4..accfca7 100644 --- a/SEGP/resources/fxml/Login.fxml +++ b/SEGP/resources/fxml/Login.fxml @@ -6,7 +6,7 @@ - + diff --git a/SEGP/resources/fxml/MainFXML.fxml b/SEGP/resources/fxml/MainFXML.fxml index b09c08f..28b861f 100644 --- a/SEGP/resources/fxml/MainFXML.fxml +++ b/SEGP/resources/fxml/MainFXML.fxml @@ -3,4 +3,4 @@ - + diff --git a/SEGP/resources/fxml/ProxySet.fxml b/SEGP/resources/fxml/ProxySet.fxml index 2849f44..6955284 100644 --- a/SEGP/resources/fxml/ProxySet.fxml +++ b/SEGP/resources/fxml/ProxySet.fxml @@ -7,8 +7,7 @@ - - +