Can anyone help me on this topic, i am a beginner with javafx 2.0 and really want to crack this. I have a method called draw(Stage primaryStage) which contains different shape codes. However when i try running the code i get this message
code too large private void draw(Stage primaryStage){...
I have tried reducing the amount of shapes produced and it seems to work fine, but realistically all the shapes in the method are needed and preferably in the same class. Is there a solution or a work around this issue..??
Thank you.
Chika.