Menu

Commit [r4433]  Maximize  Restore  History

This tiny revision (inserting a single letter) fixes a retroweaving

bug. The previous commit(s) were not Java 1.4 compatible because they
contained an invocation of setPreferredSize(Dimension d) on a receiver of type
Component. This method was not added to the Component API until Java
5.0 but it has been included in the JComponent API since its inception
as part of Swing. The revision changes the type of a local variable that
is bound to a JLabel from Component to JComponent.

rcartwright 2008-04-07

changed /trunk/drjava/src/edu/rice/cs/drjava/ui/FindResultsPanel.java
/trunk/drjava/src/edu/rice/cs/drjava/ui/FindResultsPanel.java Diff Switch to side-by-side view
Loading...
MongoDB Logo MongoDB