-
Bug
-
Resolution: Fixed
-
P3
-
1.2.0
-
merlin
-
generic
-
generic
Name: dbT83986 Date: 04/01/99
The getUI() method has not been implemented by all classes
that extend JComponent. This should be done consistently
as stated in the JavaDoc I'm including from JComponent.
* <p>
* Additionaly JComponent subclasses must provide a getUI
* method that returns the correct type, e.g.
* <pre>
* public SliderUI getUI() {
* return (SliderUI)ui;
* }
* </pre>
JPanel is a good example of a class that lacks this
implementation.
(Review ID: 54753)
======================================================================