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 68493 - server reg ui - wrong component for description text
Summary: server reg ui - wrong component for description text
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: Macintosh Mac OS X
: P2 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-10 19:22 UTC by Vince Kraemer
Modified: 2005-11-12 18:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vince Kraemer 2005-11-10 19:22:10 UTC
* UI implementation uses wrong component for description text. Have a  look at
how it looks like on Mac (attached). Sometimes there's even a  scroll bar next
to description.
Comment 1 Vince Kraemer 2005-11-10 20:24:55 UTC
this just needs to get fixed. 
Comment 2 Vince Kraemer 2005-11-11 08:17:44 UTC
A JScrollPane seems to interfere with the opaque property of its contained JTextArea on mac os x's swing 
impl.

Filed issue against form editor to stop them from doing this.

work-around for the Mac Swing bug: pull the JTextArea out of the JScrollPane.
Comment 3 jrojcek 2005-11-11 12:00:37 UTC
Try to use JLabel with text in <html></html> tags. That worked for me in Matisse.