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.
MIT License
200 stars 48 forks source link

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

Closed badarshahzad closed 7 years ago

badarshahzad commented 7 years ago

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">

badarshahzad commented 7 years ago

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