Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Java

Name: Anonymous 2008-02-09 12:36

I wrote a program in Java about a year ago that plots the bifurcation diagram. This is just the recursive function:
Y(n+1)=mu*Y *(1-Y )
It plots a designated number of iterations on the y axis and varies the value of mu over the x axis.
To initialize it asks for Y , the number of iterations of the function to perform and the number of mu values to iterate over. It does this using lines like:
double
y=Double.parseDouble(JOptionPane.showInputDialog("initial y"));
This is obviously an annoying way to start up the program. My question is, what's the easiest way to pop up a window that takes several pieces of user input, preferably with default values.

tl;dr :
What's the easiest way to use Jtable to display and modify a matrix?

Name: Anonymous 2008-02-09 12:37

Use XML.

Name: Anonymous 2008-02-09 12:45

Use a real language

Name: Anonymous 2008-02-09 13:27

>>3
>>1 here, do you think C# might help? I thought about Visual Basic at first, but it lacks simple interface and variables are little complicated for me.

Name: Anonymous 2008-02-09 14:08

>>4
No.

Name: Anonymous 2008-02-09 17:52

>>3
Visual J#

Name: Anonymous 2010-12-21 1:18

Don't change these.
Name: Email:
Entire Thread Thread List