Tagged Questions
1
vote
1answer
35 views
Nullpointerexception in Browser but not AppletViewer
Before I begin, I know I should be using Swing rather than AWT, but this is what the book I'm using teaches with, so I'm just going with it for now.
Now, my question is why the AppletViewer runs this ...
0
votes
1answer
21 views
Sending non-RFC compliant HTTP request in browser
I need to send a non-RFC compliant HTTP request in a browser. I need to send a GET request without encoding the URL. I don't want whitespace to be encoded as %20. I know browsers shouldn't send such ...
0
votes
1answer
44 views
Why can't I connect to http server on localhost through a browser?
I wrote a very simple Java http server for exercising purposes. I test it with cURL and everything seems to work fine but when I try to send a request from a browser
http://localhost:6666/
the ...
-5
votes
0answers
26 views
Browse rich pages in Java [closed]
I want to browse rich pages containing Javascript code using Java.
I heard about HTMLUnit and some of its implementations/concurrents but they can't manage to execute "complex" Javascript.
The only ...
0
votes
0answers
31 views
How to implement DJ Native Swing JWebBrowser in a JPanel?
I'm working with netbeans and trying to implement DJ Native Swing JWebBrowser inside a panel but I cant do that.
My Gui is like that:I have buttons on the left which has jpanel for each button(every ...
0
votes
1answer
13 views
Debugging Phonegap with Java plug-ins via desktop browser
I inherited a Phonegap application with a few extra Java files in them (for extending the UI).
Is there a tool I can use to debug the phonegap application in the desktop browser, despite the fact ...
0
votes
3answers
44 views
Display a warning for non standard browsers
I'm building a website, it displays perfect on standard browsers i.e Chrome, Firefox, Opera and IE8..
Is there a way to display a message if other than these browsers are used?
And also, if ...
0
votes
1answer
24 views
Java JApplet just displays grey on webpage
So for an assignment I had to make a little Java applet and display it on a webpage. It builds just fine in NetBeans, but when I try to run it in a webpage it displays gray, like this:
import ...
0
votes
1answer
24 views
Applet is not working in browser
I try launch Applet in browser, but it is now working.
In AppletViewer everything is ok.
I coppied file .html to scr folder, and try to open them, I get a ClassNotFoundException saying that ...
0
votes
1answer
43 views
ClassNotFoundException for loading the applet
I can't run this simple embedded applet.
the java.lang.ClassNotFoundException: is very clear, but I think every thing is OK.
applet code
package org.test;
import java.applet.*;
import java.awt.*;
...
0
votes
2answers
27 views
Generating alert from applet to the current browser
I have requirement where I need alert the user from applet code depends on some circumstances. Is there any way to give a pop-up with our message?
0
votes
0answers
30 views
MPGA/WAV/MP3 Sound in Android Browser
I tested html5 audio (and video) elements in Android Browser and I have the following problem:
I'm using a Java servlet to get an audio stream form google translate service ...
-5
votes
0answers
27 views
What is the query string for youtube? [closed]
I want to open a browser with the keyword already searched up on Youtube.
For example what would you change in this url?
...
0
votes
0answers
24 views
embed browser/browser control in Java
I am working on an application (desktop) which uses OAuth2.0 protocol to access Google account of an user. In the first step to obtain an authorization code, it is required to embed a browser in the ...
0
votes
0answers
18 views
Browser Library for Android
Is there any library for Android that allows to include a browser in your own apps?
A WebView does not do the trick, because it has severe limitations.