Tagged Questions
2
votes
0answers
2k views
Java Applet (in browser) not working with Java 1.7
I have a few problems while getting started my Soundrecorder-applet in a browser (Firefox, Safari, Chrome...) I was able to isolate the problem as far discribed below:
Problem:
Installed java ...
2
votes
0answers
515 views
Proxy for SWT browser
I am writing an SWT application, and I need to proxy http requests from SWT browser to the outside world (in order to fiddle with data that comes back).
The first thing I thought of was using a web ...
2
votes
0answers
261 views
JApplet: How to use browser's ssl-session for clienthauth from within a Java applet
is it possible for a Java-Applet to use the SSL-Session of the browser? I have a webpage with a JApplet on it. This webpage is protected by an ssl client-authentication. From within the JApplet i need ...
1
vote
0answers
42 views
How to view PDF data bytes using SWT Browser
I have a function that returns a byte array of PDF data, and I want to view it in a Java SWT application. I do not want to use any jars such as Icepdf, jpedal, etc. Just SWT and Java.
One obvious ...
1
vote
0answers
322 views
Open source java browser component for swing suggestion
I am looking for an open source browser component like the ones in DJ Project (http://djproject.sourceforge.net/ns/index.html) for SWING. I tried using DJ Project (which I learned about from Best ...
1
vote
0answers
74 views
Disable spell check in SWT Browser widget
I'm working on an Eclipse based application in which we use a Browser widget.
When typing text in this widget, a spell check is executed. We would like to deactivate it.
Is it possible ?
1
vote
0answers
181 views
Java “Browser Freeze” While Loading
OK this problem has been bugging me for so long.
Basically I made a signed Java applet that downloads a video from an url. The part of the code which calls the applet is below:
<?php
...
1
vote
0answers
90 views
EditText changing WebView page on separate xml files?
I am developing an Android web browser, using the libraries ActionbarSherlock and SlidingMenu, I have an EditText as my URL bar, and because its a sliding menu it requires its own .xml file, how can I ...
1
vote
0answers
101 views
Java Applet not playing audio when loaded from webserver
My Java Applet runs correctly when I open the HTML from my local computer, but it does not play when I upload the HTML, JNLP and JAR files to my webserver.
Both of the times that I tried to load it, ...
1
vote
0answers
90 views
What is the best way transfer files from PC/Mac to Network over internet?
My company needs a program that transfer files PC/Mac to Network over internet browsers (such as Chrome, Safari or IE). We decided to write this application in JavaFX so we can use it every platform. ...
1
vote
0answers
68 views
How to implement the default web browser in to a JFrame?
I would like to implement the default browser of a computer in to a Java JFrame. I've took a look at JXBrowser but it costs money. Is there a way to do this? It's fine if additional libraries are ...
1
vote
0answers
294 views
Webscarab refusing connections with all browsers
Hi I am using webscarab as proxy to see the conversations between my browser and server. I havent used webscarab in a while. It was ok when I used it before. But now all the connections are refused , ...
1
vote
0answers
275 views
Java/Javascript bring browser window containing applet to foreground
Is there a way to pull a browser window to the foreground/focus from a Java applet alert window? I have an applet in a html page that brings up an alert with a button in it. When the button is ...
1
vote
0answers
216 views
Load Flash object in Java Web Browser
I was wondering if there was some way to be able to load Flash objects from a custom Java web-browser. I want to be able to view YouTube videos for example.
I have read this: Embedding Flash ...
1
vote
0answers
357 views
Bypass SWT Browser Authorization Dialog
I have an application that prints the contents of a URL (to a physical printer) at a certain point. I want this to happen automatically and without further user input. I am using SWT to load the URL ...