[Javacad-develop] RE: Javacad-develop digest, Vol 1 #40 - 1 msg
Status: Pre-Alpha
Brought to you by:
bachg
From: Landon B. <lb...@KS...> - 2004-03-15 14:08:53
|
Scott Pontillo, I think this is a dead project. I subscribed to the list several months = ago, and this is the first message I have received. I have considered = developing a simple 2D CAD program on my own, but I haven't gotten = started on the project. Landon -----Original Message----- From: jav...@li... [mailto:jav...@li...] Sent: Sunday, March 14, 2004 8:12 PM To: jav...@li... Subject: Javacad-develop digest, Vol 1 #40 - 1 msg Send Javacad-develop mailing list submissions to jav...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/javacad-develop or, via email, send a message with subject or body 'help' to jav...@li... You can reach the person managing the list at jav...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Javacad-develop digest..." Today's Topics: 1. (no subject) (Scott Pontillo) --__--__-- Message: 1 From: "Scott Pontillo" <std...@ho...> To: <jav...@li...> Date: Sat, 13 Mar 2004 22:52:37 -0800 Subject: [Javacad-develop] (no subject) This is a multi-part message in MIME format. ------=3D_NextPart_000_0007_01C4094D.E1D1A080 Content-Type: text/plain; charset=3D"iso-8859-1" Content-Transfer-Encoding: quoted-printable Is there still any JCad development going on? I noticed that the HEAD version in CVS does not compile. To fix the = =3D problem I simply added a "boolean click" argument to the updateGUI() =3D method in the JCadDrawCircle3PAction class. (patch below, but not =3D necessary) Index: org/jcad/JCad/action/JCadDrawCircle3PAction.java =3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D= 3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D =3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D= 3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D =3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D= 3D=3D3D=3D3D RCS file: =3D /cvsroot/javacad/JCad/org/jcad/JCad/action/JCadDrawCircle3PAction.java,v retrieving revision 1.4 diff -u -r1.4 JCadDrawCircle3PAction.java --- org/jcad/JCad/action/JCadDrawCircle3PAction.java 20 Jul 2001 =3D 17:35:02 -0000 1.4 +++ org/jcad/JCad/action/JCadDrawCircle3PAction.java 14 Mar 2004 =3D 06:38:30 -0000 @@ -42,7 +42,7 @@ return 3; } =3D20 - public void updateGUI () + public void updateGUI (boolean click) { //System.out.println("Current point: "+pointCount+" =3D "+points[pointCount]); =3D20 Regards, Scott Pontillo ------=3D_NextPart_000_0007_01C4094D.E1D1A080 Content-Type: text/html; charset=3D"iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3D3DContent-Type content=3D3D"text/html; =3D charset=3D3Diso-8859-1"> <META content=3D3D"MSHTML 6.00.2800.1400" name=3D3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D3D#ffffff> <DIV><FONT face=3D3DArial size=3D3D2> Is there still any = JCad =3D development=3D20 going on?</FONT></DIV> <DIV><FONT face=3D3DArial size=3D3D2></FONT> </DIV> <DIV><FONT face=3D3DArial size=3D3D2> I noticed that the = HEAD =3D version in CVS=3D20 does not compile. To fix the problem I simply added a "boolean click" = =3D argument=3D20 to the updateGUI() method in the JCadDrawCircle3PAction class. (patch = =3D below, but=3D20 not necessary)</FONT></DIV> <DIV><FONT face=3D3DArial size=3D3D2></FONT> </DIV> <DIV><FONT face=3D3DArial size=3D3D2>Index:=3D20 org/jcad/JCad/action/JCadDrawCircle3PAction.java<BR>=3D3D=3D3D=3D3D=3D3D=3D= 3D=3D3D=3D3D=3D =3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D= 3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D =3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D= 3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D =3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D<BR>RCS=3D20 file:=3D20 /cvsroot/javacad/JCad/org/jcad/JCad/action/JCadDrawCircle3PAction.java,v<= =3D BR>retrieving=3D20 revision 1.4<BR>diff -u -r1.4 JCadDrawCircle3PAction.java<BR>---=3D20 org/jcad/JCad/action/JCadDrawCircle3PAction.java 20 Jul 2001 =3D 17:35:02=3D20 -0000 1.4<BR>+++ =3D org/jcad/JCad/action/JCadDrawCircle3PAction.java 14=3D20 Mar 2004 06:38:30 -0000<BR>@@ -42,7 +42,7=3D20 @@<BR> return=3D20 3;<BR> }<BR> <BR>- public = =3D void=3D20 updateGUI ()<BR>+ public void updateGUI (boolean=3D20 click)<BR> =3D20 {<BR> =3D20 //System.out.println("Current point: "+pointCount+"=3D20 "+points[pointCount]);<BR> <BR></FONT></DIV> <DIV><FONT face=3D3DArial size=3D3D2>Regards,</FONT></DIV> <DIV><FONT face=3D3DArial size=3D3D2>Scott =3D Pontillo</DIV></FONT></BODY></HTML> ------=3D_NextPart_000_0007_01C4094D.E1D1A080-- --__--__-- _______________________________________________ Javacad-develop mailing list Jav...@li... https://lists.sourceforge.net/lists/listinfo/javacad-develop End of Javacad-develop Digest |