Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6232394
Votes 0
Synopsis JEditorPane.setContentType spec is not correct
Category java:classes_swing
Reported Against
Release Fixed
State 3-Accepted, bug
Priority: 5-Very Low
Related Bugs
Submit Date 23-FEB-2005
Description
----
setContentType

public final void setContentType(String type)

    Sets the type of content that this editor handles. This calls getEditorKitForContentType, and then setEditorKit if an editor kit can be successfully located. This is mostly convenience method that can be used as an alternative to calling setEditorKit directly.

----

There are cases when this method does not call setEditorKit.
  xxxxx@xxxxx   2005-2-23 22:49:17 GMT
Work Around
N/A
Evaluation
N/A
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang