javacef
javacef copied to clipboard
Running SampleBrowserAWT opens the window but window is not responding
I ran SampleBrowserAWT.java , it is opening a window but the window thus opened is not allowing to click on any button or interact with the browser. I then created a simple test.java in which directly i am opening chrome browser: public static void main(String args[]) {
ChromeWindow.Start();
ChromeWindow.loadUrl("http://www.google.com");
}
But the window opening with this is also not coming in front of desktop. It is just visible in the toolbar.
How did you build javacef.sln, on Release x64 ,Debug x64, Release x32,Debug x64 ?