Hi
java people! I've really been having a hard time getting my head around this. First of all, I have this class which builds a GUI, which is pretty much exactly the layout I want.
Okay, now run it. You see that large JPanel on the left. I want to get a chart of some description to take up that space. I've been using JFreeChart, and I'm more or less used to making them at this point, but they always open in their own screen when I try and combine them with the above class. Since I haven't really decided what type of chart needs to go in there yet, here is a sample one from the JFreeChart people themselves, which i was using to get some grasp of how to manipulate charts inside a panel:
So, given this example, how would I get the charts from the second class at the location I want in the first class?