0

I'm pretty new to Java and was wondering if it is possible to write a program which will create a file with some text and a simple two-dimensional graph (just a couple of points connected via line in a coordinate system). I've seen in other posts that each on its own is possible. Is it both together?

tmthydvnprt
  • 10,398
  • 8
  • 52
  • 72
n.mueller
  • 11
  • 4
  • To answer your question: Yes it is possible. But if you are looking for a tutorial SO is not the right site for this kind of questions. – CloudPotato Aug 04 '16 at 12:29
  • documentation is in bita yet , so hope one day you will find your solution there – bananas Aug 04 '16 at 12:56
  • Thank you for your answer. Could you maybe point me to a site where I can see such a tutorial/documentation? Because googling this problem didn't give me anything. – n.mueller Aug 04 '16 at 14:28

1 Answers1

0

Read on how to write to a file here: How to write ... Since you graph is not that big, you can use adjacency matrix Representation. you can read more here. Read those, and they will give you more pointers to google further.

Community
  • 1
  • 1
elha2en
  • 192
  • 8