jcefmaven / jcefmaven

Maven artifacts for JCef

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Help] How to implement select folder in jcef ?

humbinal opened this issue · comments

Hi, I am using jcef to build by app, I need to get a directory through the Select Folder dialog.
The Cefbrowser has runFileDialog method, but not found runDirectoryDialog ?
How to implement this function ?

commented

Sadly, this is not possible using CEF at the moment. If you want this to be added, make sure to request it on the bitbucket repository of CEF. This here is just the maven build of the java bindings of CEF.

Alternatively you can still use JFileChooser to get what you wanted :)

@FriwiDev thank you!