-
Creating a Web Browser using JEditorPane
Hi,
I am using JEditorPane to create a simple web browser. When we open http://www.google.com enter some data in text field and press " Google Search " Button, the browser cannot detect it.
But If we try the same thing at http://www.yahoo.com it will work properly. I am connecting to internet using lan and made the proxy settings in program as
System.getProperties().put("proxySet","true");
System.getProperties().put("proxyPort","8080");
System.getProperties().put("proxyHost","192.168.2.1");
I am using this statement to get the page
pane.setPage(urlField.getText());//here pane is a JEditorPane
Also The browser is displaying some unnecessary data like
#yl img{position:relative;top:-10px}
How can I display images with relative path name in JEditorPane.
Please help in this regards
After all these conditions I want to give the multi language support for my browser.
If anybody done this already or know about this Please help me.
Thank you
Sandeep
Similar Threads
-
Replies: 5
Last Post: 01-10-2003, 08:39 PM
-
By Constance J. Petersen in forum dotnet.announcements
Replies: 0
Last Post: 09-30-2002, 01:22 AM
-
By ASPSmith Training in forum dotnet.announcements
Replies: 0
Last Post: 06-18-2002, 03:39 AM
-
By Robert Lantry in forum .NET
Replies: 278
Last Post: 03-27-2002, 01:00 PM
-
By Fan, Jian in forum vb.announcements
Replies: 0
Last Post: 05-08-2000, 07:25 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks