-
Set the Http Request Method of a JEditor/JTextPane
How would I alter the http request method that JEditor(and consequently JText)Pane uses in its setPage() method?
I cannot override setPage() to accomplish this, because setPage uses several variables with private access in JEditorPane and no get/set methods.
I cannot override getStream (Which JEditorPane uses in SetPage), because it uses a variable which has private access in JEditorPane (pageProperties) and for which there are not getting/setting methods.
I cannot extend URL and override openConnection; URL is final.
Any ideas?
Similar Threads
-
Replies: 2
Last Post: 04-18-2007, 02:34 AM
-
Replies: 1
Last Post: 08-22-2005, 02:37 PM
-
By Hucan in forum ASP.NET
Replies: 0
Last Post: 09-06-2001, 05:24 AM
-
By Brian in forum VB Classic
Replies: 3
Last Post: 01-07-2001, 05:14 PM
-
By Julian Milano in forum VB Classic
Replies: 0
Last Post: 08-10-2000, 09:16 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