BevelBorder.java, [...]: Prepend "doc-files" to all paths to embedded Javadoc images...
2003-08-01 Sascha Brawer <brawer@dandelis.ch> * javax/swing/border/BevelBorder.java, javax/swing/border/EtchedBorder.java, javax/swing/border/LineBorder.java, javax/swing/border/MatteBorder.java, javax/swing/border/SoftBevelBorder.java, javax/swing/plaf/BorderUIResource.java, javax/swing/plaf/ComponentUI.java, javax/swing/plaf/TreeUI.java, javax/swing/plaf/basic/BasicBorders.java, javax/swing/plaf/basic/BasicGraphicsUtils.java, javax/swing/plaf/basic/BasicTreeUI.java: Prepend "doc-files" to all paths to embedded Javadoc images, so that the generated documentation contains the correct URL. From-SVN: r70063
This commit is contained in:
parent
ee935db4b6
commit
1ce4e666b2
12 changed files with 99 additions and 76 deletions
|
@ -74,7 +74,7 @@ public class SoftBevelBorder
|
|||
* constructed by this method will automatically reflect a change
|
||||
* to the component’s background color.
|
||||
*
|
||||
* <p><img src="SoftBevelBorder-1.png" width="500" height="200"
|
||||
* <p><img src="doc-files/SoftBevelBorder-1.png" width="500" height="200"
|
||||
* alt="[An illustration showing raised and lowered SoftBevelBorders]" />
|
||||
*
|
||||
* @param bevelType the desired appearance of the border. The value
|
||||
|
@ -94,7 +94,7 @@ public class SoftBevelBorder
|
|||
* Constructs a SoftBevelBorder given its appearance type and two
|
||||
* colors for its highlight and shadow.
|
||||
*
|
||||
* <p><img src="SoftBevelBorder-2.png" width="500" height="150"
|
||||
* <p><img src="doc-files/SoftBevelBorder-2.png" width="500" height="150"
|
||||
* alt="[An illustration showing SoftBevelBorders that were
|
||||
* constructed with this method]" />
|
||||
*
|
||||
|
@ -136,7 +136,7 @@ public class SoftBevelBorder
|
|||
* Constructs a SoftBevelBorder given its appearance type and all
|
||||
* colors.
|
||||
*
|
||||
* <p><img src="SoftBevelBorder-3.png" width="500" height="150"
|
||||
* <p><img src="doc-files/SoftBevelBorder-3.png" width="500" height="150"
|
||||
* alt="[An illustration showing SoftBevelBorders that were
|
||||
* constructed with this method]" />
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue