This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 57799 - Frames in Swing Html-Browser
Summary: Frames in Swing Html-Browser
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Jan Pokorsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-12 22:17 UTC by ulfzibis
Modified: 2005-04-22 07:40 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ulfzibis 2005-04-12 22:17:27 UTC
Enhence builtin Swing Html-Browser to process frames.

So then there is no need to switch between external browser and NetBeans IDE for
viewing javadocs. This allways needs time to wait.
Comment 1 Martin Grebac 2005-04-13 11:58:07 UTC
swing browser is in core
Comment 2 _ rkubacki 2005-04-18 13:26:15 UTC
It does support frames to some extent. There were some problems in the past so
the javadoc module tries to use non-frames version of javadoc pages if
available. Maybe this ought to be revisited.

Can you describe what exactly you are doing?
Comment 3 ulfzibis 2005-04-18 16:34:42 UTC
Which surprise, now it works. Great !

But allow me one suggestion: Frame-separators should be shiftable.
Comment 4 Jan Pokorsky 2005-04-21 12:14:37 UTC
Netbeans does not own that code. Please file a RFE for JDK on
http://bugs.sun.com/bugdatabase/index.jsp
Comment 5 ulfzibis 2005-04-21 23:56:35 UTC
> Please file a RFE for JDK on http://bugs.sun.com/bugdatabase/index.jsp

Which JDK class is used for Swing Html-Browser exactly ?
Comment 6 _ rkubacki 2005-04-22 07:40:10 UTC
Basically it is JEditorPane + HTMLEditorKit and all related stuff