![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Hi, my question is very simple, why does the following code not work???!!! I have made a myFrame.java which calls chartPanel.java mychartPanel = new chartPanel(attributes); I have indicated in the code below how far the code runs. attributes is a vector containing objects of the type attribute(a class i have defined) THE CODE public class chartPanel extends JPanel { private int x1;
for(int i=0;i ... }
Replies: |
Sponsored Links
|