Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
I need help in Java
Name: Matthew Date: July 2, 2003 at 05:52:10 Pacific OS: SunOS Solaris 5.8 CPU/Ram: unknown/128MB
Comment:
I need help with my programming iI am not sure how to do the program can someone please help me. Here are the instructions - http://www.cas.uc.edu/~ciminero/Courses/202/Assign/lab1.html
I think the program micah wrote for a similar question a few days ago would work...See this page for the code in it's wonderful entirety. Make sure you read all the other posts as well. -SN
0
Response Number 2
Name: JavaToad Date: July 3, 2003 at 00:28:50 Pacific
Reply:
I suggest creating either an array of objects, namely Point[] p (this is simply a coordinate class), or int[] t with int []output_current; for each control structure, compute each output value with the corresponing input t val, then graph these points on a Canvas object using method g.drawLine(p1[i].x1, p1[i].y1, p2[i].x2, p2[i].y2) to connect the coordinates in Canvas's paint method.
Summary: I am a newbie in Java, I need help in using Vector class in this assignment import javax.swing.*; public class Main { public static void main (String[] args) { Info studentinfo[]= new Info[5]...
Summary: Hi all i need to use DTPicker in my project which i developed in Access97. The Visual Basic user must be familier with DTPicker. so plzz.... help me if any one have experienced of using dtpicker in ...