home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161a.iso / handson / files / copyjava.exe / com / sun / java / swing / plaf / basic / BasicLookAndFeel$11.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-02-26  |  2.4 KB  |  12 lines

  1. package com.sun.java.swing.plaf.basic;
  2.  
  3. import com.sun.java.swing.UIDefaults;
  4. import com.sun.java.swing.border.CompoundBorder;
  5. import com.sun.java.swing.plaf.BorderUIResource;
  6.  
  7. final class BasicLookAndFeel$11 implements UIDefaults.LazyValue {
  8.    public Object createValue(UIDefaults var1) {
  9.       return new BorderUIResource(new CompoundBorder(BasicBorderFactory.getRadioButtonBorder(), BasicMarginBorder.getMarginBorder()));
  10.    }
  11. }
  12.