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

Summary: Frames in Swing Html-Browser
Product: java Reporter: ulfzibis <ulfzibis>
Component: JavadocAssignee: Jan Pokorsky <jpokorsky>
Status: RESOLVED INVALID    
Severity: blocker CC: rkubacki
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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