Questions tagged [jwebbrowser]

24 questions
0
votes
0 answers

Start youtube Video with JWebBrowser

I have embedded a youtube video as shown here in my java application. But I want the video to start without clicking on play. It should start asap. I looked for something like webBrowser.play() or webbrowser.click() but was not succesful. Any help…
Selphiron
  • 897
  • 1
  • 12
  • 30
0
votes
2 answers

how to load the local files relative to the current java file in jwebbrowser

how would I load local files relative to the current java file in JWebbrowser? I know that I could load my page with navigate("path"); the problem is how to set relative path! for example my java code is in : …
user90
  • 73
  • 3
  • 13
0
votes
1 answer

Dj JWebBrowser Compatibility view Linked with Internet Explorer

I created an Intranet Site that I want to run in a Java Application using JWebBrowser. When I run my application in IE, it assumes because it is on Intranet, It must be run on compatibility view. I also noticed using JWebBrowser that it is the same…
Jake
  • 19
  • 1
  • 1
  • 7
0
votes
1 answer

How to understand document completed using Dj Native Jwebbrowser?

I didnt find any document completed method on JWebbrowser object. String git="git(10);" webbrowser.executeJavaScript(git); String html=webbrowser.getHTMLContent(); this html is include previous page html.Bu I want to take new page. I'm waiting…
bysheriff
  • 38
  • 5
0
votes
1 answer

Swing JWebBrowser issue - SocketException

I made a swing app that integrates a JWebBrowser. It worked fine and it still does when run from NetBeans but suddenly when I ran it from dist folder-execution folder it gives me: java.lang.RuntimeException:java.net.SocketException:Connection reset…
Jovo Krneta
  • 548
  • 1
  • 14
  • 36
0
votes
1 answer

How to access DOM model with JWebBrowser?

Is there are any way to access DOM model with JWebBrowser from Dj project http://djproject.sourceforge.net/main/index.html ? If no, could you please suggest alternatives that can do that. thanks.
alexanoid
  • 24,051
  • 54
  • 210
  • 410
0
votes
1 answer

JWebBrowser - Set Proxy

I am using a JWebBrowser in this program that I am trying to create and I was just wondering how to set a proxy through JWebBrowser. I looked at this post setting the proxy? and tried it, but it didn't work. I've tried to Google this and I couldn't…
Josh M
  • 11,611
  • 7
  • 39
  • 49
-1
votes
1 answer

Mouse click for webbrowser in java?

How can i get the link of website or video (example : in youtube) when i click one link in web browser and save to string a ; Have we other way to make the same thing?, thanks
-3
votes
1 answer

SocketException while closing application

I'm making a twitch bot which gets requests via chat and loads a youtube player via JWebBrowser from the requested link, but when i close the application i get a socket exception (Unless i remove the component used to display the JWebBrowser…
1
2