Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Recent Java Article Posts!!!

1 view
Skip to first unread message

Tekwits

unread,
Jan 30, 2009, 1:20:48 AM1/30/09
to
Hi,

There is an interesting article here at tekwits. Thought you would be
beneficial if you read this…
Published on Java Technologies (http://java.tekwits.com)
Home > View / Post Articles
How to change following code from VB to Java
By tekwits_admin
Created 12/24/2008 - 09:12
Type Segment fr_pt(1 To 4) As Single to_pt(1 To 4) As Single fr_tr(1
To 4) As Single to_tr(1 To 4) As Single End Type Global NumSegments As
Integer Global Segments() As Segment call CreateData ' program start
from calling this method Sub CreateData() MakeSegment 0, 0, 0, 2, 0, 0
MakeSegment 2, 0, 0, 2, 2, 0 MakeSegment 2, 2, 0, 0, 2, 0 MakeSegment
0, 2, 0, 0, 0, 0 End Sub Public Sub MakeSegment(x1 As Single, y1 As
Single, z1 As Single, x2 As Single, y2 As Single, z2 As Single)
NumSegments = NumSegments + 1 Read more ... Enterprise Java

Source URL (retrieved on 01/03/2009 - 08:20): http://java.tekwits.com/node/509

Thanks,
Kevin.

0 new messages