|
I have written an application in Java, which is simulating a biochemical reaction i.e. it is a model of that reaction. At present I have provided a functional but inelegant input method: a set of parameter values is read in from a text file, which the user needs to edit with the values he wants.
Similarly, my output is functional but even less elegant: the output is written to a .txt or .dat file, which is then manually exported to eXcel or similar for making graphs, etc.
What I would like to do is to provide some form of GUI for the input. However, the JAVA books on this subject seem scary (java containers, etc.), and I don’t want to become an expert at programming GUIs IN java. Is there some easier way forward for me?
I have a similar question on the output: is there a simple way of automating some fairly simpler graphing output?
I would want the application to run on a Windows XP machine.
|
|
|
|
|
|
|
|
|
// |