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

Tabs Title #35

Closed badarshahzad closed 7 years ago

badarshahzad commented 7 years ago

I am facing difficulty in setting each tab name on run time while getting a url and loading a page? @naeemkhan12 @Hassankhan2015 @Shoaibkhan786 @RamzanShahidkhan @sanaullah786 Can somebody help me to solve this problem?

naeemrashid commented 7 years ago

i guess tab name can be given from webview.getdocument.gettitle(); object. while creating new tab at run time .

badarshahzad commented 7 years ago

Well thank you for your quick response! I tried with webEngine.getTitle the problem is not to get the page title. Then problem is to set the tab title while setting a view of a page? :tada:

badarshahzad commented 7 years ago

Thank you @naeemkhan12 :+1: working :100: