Joined: Tue Mar 27, 2007 10:55 pm Posts: 2277 Location: Earth Has thanked: 39 time Have thanks: 61 time
* Project Name:
CurveXY * Programmer:msi_333 * Type:Graphics] * Technology:Java * IDE:NetBeans * Description:This is a netBeans project using Java.This is Program Draw a 2D curve.It include Y aixs for the Temperature and X aixs for Time.Temperature is any array created Randomly.The size of this array is 100 int[].The Time is 0-100.The User Can Determine the Max Temperature with Range 200-0. I am using the Random Class to fill the Temperature array.
The GUI contain textfiled to determine the Max Temperature and JButton to fill the Temperature array with a new Random integers numbers .