/[classpath]/classpath/javax/swing/border/SoftBevelBorder.java
ViewVC logotype

Diff of /classpath/javax/swing/border/SoftBevelBorder.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mark, Sat Jul 2 20:32:49 2005 UTC revision 1.5 by trebligd, Thu Jul 21 16:11:10 2005 UTC
# Line 120  public class SoftBevelBorder Line 120  public class SoftBevelBorder
120     * @throws NullPointerException if <code>highlight</code> or     * @throws NullPointerException if <code>highlight</code> or
121     *         <code>shadow</code> is <code>null</code>.     *         <code>shadow</code> is <code>null</code>.
122     *     *
123     * @see java.awt.Color.brighter()     * @see java.awt.Color#brighter()
124     */     */
125    public SoftBevelBorder(int bevelType, Color highlight, Color shadow)    public SoftBevelBorder(int bevelType, Color highlight, Color shadow)
126    {    {
# Line 235  public class SoftBevelBorder Line 235  public class SoftBevelBorder
235     *     *
236     * @return the same object that was passed for <code>insets</code>.     * @return the same object that was passed for <code>insets</code>.
237     *     *
238     * @see #getBorderInsets()     * @see #getBorderInsets(Component)
239     */     */
240    public Insets getBorderInsets(Component c, Insets insets)    public Insets getBorderInsets(Component c, Insets insets)
241    {    {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26