badarshahzad / JFX-Browser

JFx Browser is a multi tab browser. In its first version HTML to PDF, Downloading , History, Bookmarks and Account creation facility available. We are not still working on this project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Everyone check your FXML every time when you updated project with master branch

badarshahzad opened this issue · comments

Keep this suggestion in your mind! Always check this line in your fxml files after you merge with upstream.
This line tease me a and it can bring a lots of issues in future for you!

You have to go in all .fxml files and especially check this if you have all fxml .102 then its ok. I found @Shoaibkhan786 .fxml have ...javafx/8.0.102".82 something like that. xmlns="http://javafx.com/javafx/8.0.102"

<ScrollPane opacity="0.8" pannable="true" style="-fx-background-color: #ffffff;" stylesheets="@../../css/stylesheet.css" xmlns="http://javafx.com/javafx/8.0.102" xmlns:fx="http://javafx.com/fxml/1" fx:controller="userInterface.Setting">

If your project is running good don't modified this line!