Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 436 results for
thickness
- Page 1
arrow with thickness
Programming
Software Development
13 Years Ago
by teo236
…, 9*scale-
thickness
+1); arrow.addPoint(10*scale-
thickness
+1, 9*scale-
thickness
+1); arrow.addPoint(10*scale-
thickness
+1, 29*scale-
thickness
+1); arrow….addPoint(4*scale+
thickness
-1, 29*scale-
thickness
+1); arrow…
Line2D Thickness
Programming
Software Development
13 Years Ago
by FALL3N
hey, so I know if I use the drawLine() method, then I could change the line stroke/
thickness
with setStroke, but how do I change the
thickness
of a Line2D?
Re: Line2D Thickness
Programming
Software Development
13 Years Ago
by DavidKroukamp
> change the
thickness
of a Line2D Hmm this shoud help: import javax.swing.*; …
Defining 'Thickness' Of Line/Label
Programming
Software Development
14 Years Ago
by frank33
… groupbox the drawn line is TOO THIN, with an apparent
thickness
of 1. What is the easiest way to correct this…
Re: Defining 'Thickness' Of Line/Label
Programming
Software Development
14 Years Ago
by frank33
… would be two parralel lines of the same length and
thickness
. However for some reason neither my boss nor I understand…
how to allow the user to select different pen thickness for the lines
Programming
Software Development
13 Years Ago
by jasbun
how to allow the user to select different pen
thickness
for the lines, eg. triangle, circle, square?
Re: arrow with thickness
Programming
Software Development
13 Years Ago
by hfx642
Okay... Instead of doing the loop, only create 2 polygons and use fillPoly(). Create your second polygon in relation to your first.
Re: Line2D Thickness
Programming
Software Development
12 Years Ago
by FALL3N
oh wow, lol I'm a dumb.. thanks
Re: Defining 'Thickness' Of Line/Label
Programming
Software Development
14 Years Ago
by frank33
Ouch. I am embarassed by how long it took to dawn on me that the code shown here is just about useless without the relevant Design elements. ( By the way, is it possible to send an entire folder to a daniweb thread ? ) That said, with 20-20 hindsight the obvious ( but previously missing ) question was : what exactly was the point of the …
Re: Defining 'Thickness' Of Line/Label
Programming
Software Development
14 Years Ago
by CodeWord
You probably don't want to post your entire app here unless you don't mind someone else potentially stealing your work. You named your variables well and it shouldn't be too hard to figure out. I'll get back to you shortly.
Re: Defining 'Thickness' Of Line/Label
Programming
Software Development
14 Years Ago
by CodeWord
Well, I got the app up and running. I get a grid of lables (9x9) in the group box. I then select one of the radio buttons (1-9 + blank). When I then click one of the labels in the group box, I get the appropriate integer, or blank. The buttons (x and Y) change text to display the coordinates of the label clicked. The third button displays the …
Re: how to allow the user to select different pen thickness for the lines
Programming
Software Development
13 Years Ago
by hericles
On your form you will need a drop down list, textbox or slider control to accept the pen width as input from the user. Save this width to a variable and then when you are creating the pen use that variable to set the width. [code] float width = // input from the user Pen blackPen = New Pen(Color.FromArgb(255, 0, 0, 0), width) [/code]
Hey check out my prog. It has an error can u find it?
Programming
Software Development
19 Years Ago
by buggytoast
…modelNo;} public void setThickness(double
thickness
) {this.
thickness
=
thickness
;} public double getThickness() {return
thickness
;} public void setWidth(double width… if (item.modelNo == modelNo && item.
thickness
==
thickness
&& item.width == width &&…
Source Code that don't work?
Programming
Software Development
19 Years Ago
by buggytoast
…modelNo;} public void setThickness(double
thickness
) {this.
thickness
=
thickness
;} public double getThickness() {return
thickness
;} public void setWidth(double width… if (item.modelNo == modelNo && item.
thickness
==
thickness
&& item.width == width &&…
TextBox
Programming
Software Development
13 Years Ago
by maverick420
…() { return baseThickness; } public void setBaseThickness(double
thickness
) { if (
thickness
< super.getThickness() ||
thickness
> super.getThickness() + 3) baseThickness = super…s Bases: "); orderBase = new MonumentBase (quantity, width,
thickness
, height, baseThickness, baseDiameter); base = true; break; case 7:…
1 Error, program won't run.
Programming
Software Development
15 Years Ago
by StarZ
…(testObj.getRadius() == super.getRadius() && testObj.getThickness() ==
thickness
) { return(true); } else { return(false); } } /**… radius " + super.getRadius() + " and
thickness
" +
thickness
+ "."; return(diskString); } } [/code] The…
Allegro 4.2.2 problems
Programming
Software Development
15 Years Ago
by kylelyk
… *bmp, int x, int y, int x_, int y_,int
thickness
, int color){ int dx = x - x_; int dy = y - y_…[4 * 2]; v[0] = x -
thickness
* dy / d; v[1] = y +
thickness
* dx / d; v[2] = x +
thickness
* dy / d; v[3] = y…
Re: Allegro 4.2.2 problems
Programming
Software Development
15 Years Ago
by kylelyk
… *bmp, int x, int y, int x_, int y_,int
thickness
, int color){ int dx = x - x_; int dy = y - y_…[4 * 2]; v[0] = x -
thickness
* dy / d; v[1] = y +
thickness
* dx / d; v[2] = x +
thickness
* dy / d; v[3] = y…
Re: Allegro 4.2.2 problems
Programming
Software Development
15 Years Ago
by kylelyk
… *bmp, int x, int y, int x_, int y_,int
thickness
, int color){ int dx = x - x_; int dy = y - y_…[4 * 2]; v[0] = x -
thickness
* dy / d; v[1] = y +
thickness
* dx / d; v[2] = x +
thickness
* dy / d; v[3] = y…
Draw with mouse
Programming
Software Development
15 Years Ago
by kylelyk
… *bmp, int x, int y, int x_, int y_,int
thickness
, int color){ int dx = x - x_; int dy = y - y_…[4 * 2]; v[0] = x -
thickness
* dy / d; v[1] = y +
thickness
* dx / d; v[2] = x +
thickness
* dy / d; v[3] = y…
Confused with algorithm
Programming
Software Development
16 Years Ago
by Se7Olutionyg
… of hole edgeDiameter, // diameter of outer edge
thickness
, //
thickness
of washer density, // density of material used quantity…a flat washer. unitWeight = rimArea *
thickness
* density ; unitWeightstockmetal = areastockmetal *
thickness
* density ; // Compute the weight…
polymorphism in Java
Programming
Software Development
13 Years Ago
by maverick420
… { Monument newMonument = new Monument (quatity, width,
thickness
, height); rocksArray[numOrders] = newMonument; } else {… ")); MonumentBase newMonumentBase = new MonumentBase (quatity, width,
thickness
, height, baseThickness, baseDiameter); rocksArray[numOrders] = newMonumentBase; }…
Re: polymorphism in Java
Programming
Software Development
13 Years Ago
by maverick420
…ERROR_VALUE); } public void setThickness(double inputThickness) {
thickness
= ((inputThickness >= DEFAULT_THICKNESS && …return quantityOrdered; } public double getThickness() { return
thickness
; } public double getWidth() { return width;…
Oracle query doesnt work when i click submit
Programming
Databases
11 Years Ago
by chris.immanuel
…gt;BASEPLATE</th> <th>
THICKNESS
</th> <th>QTY …quot;; echo "<td>$row[
THICKNESS
]</td>"; echo "<…
Need help with xslt
Programming
Software Development
15 Years Ago
by techza
…; <xsl:when test="$Code1='
Thickness
'"><xsl:value-of select…gt; <xsl:when test="$code_agg='
Thickness
'">1526</xsl:when>…
Select range of XML File
Programming
Software Development
14 Years Ago
by RebelCom
…displayValue="High Activity" color="FF0000"
thickness
="1" isTrendZone="0"><…="Low Activity" color="009999"
thickness
="1" isTrendZone="0"><…displayValue="High Activity" color="FF0000"
thickness
="1" isTrendZone="0"><…
How to create counter clock using jQuery Knob
Programming
Web Development
10 Years Ago
by vizz
…fgColor="#fff" data-skin="tron" data-
thickness
=".1" value=""> <input…="#fff" data-skin="tron" data-
thickness
=".1" value=""> <input…fgColor="#fff" data-skin="tron" data-
thickness
=".1" value=""> **How to…
Re: Help w/a simple js calculator please...
Programming
Web Development
16 Years Ago
by Airshow
…formula's wrong! Volume will increase as both area and
thickness
increase, therefore the formula must be of the form […ICODE]volume = area *
thickness
* k[/ICODE], where k is a constant that give the… in cu yds. The formula is thus : [CODE]area *
thickness
/ 324[/CODE] Little to do with Javascript but hope this…
how to extract a particular word from a file in c#
Programming
Software Development
15 Years Ago
by malinij
…quot;xs:string"/> <xs:element name="
thickness
" type="xs:int"/> </xs:… the substitution Group name(shape) and also copy that linecolor,
thickness
lines to under triangle1....like [code] <xs:complexType …quot;xs:string"/> <xs:element name="
thickness
" type="xs:int"/> <xs:…
Databasedesign problem price list system
Programming
Databases
14 Years Ago
by heinzel
… so on Article group: D-Box (properties:
Thickness
) article: D-box small Config 1:
thickness
= 30mm In this configuration the D-box… price per unit = 0,1089 And so on Config 2:
Thickness
= 50mm In this configuration the D-box small pricing is…
1
2
3
8
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC