| | |
problems with referring to class variables
![]() |
•
•
Join Date: Nov 2004
Posts: 15
Reputation:
Solved Threads: 0
I'm having a problem with a GUI i'm building. I have a separate class called Calculations.class which does nothing except hold certain variables and do calculations with them. One of my classes requires a user to enter numerical data, and when a button is pressed, these variables are set in calculations.class, which is fine. However, when I try to access these variables in Calculations.class from another class, it seems like all the variables are set back to zero, and do not have the values set by the user originally. Any help would be fantastic!!
•
•
Join Date: Nov 2004
Posts: 1
Reputation:
Solved Threads: 0
Your Problem is Scope of variables. Please use static variable which are class variables and retain there values. If U want to use instance variables then U should be careful about the Object which get created when user clicks the button. U can not refer the same object in different file. At that time it creates new instance of that class and hence valued U get will be default. If U want to use in different Independent class then U have to pass these variables to new class thorogh constructor.
![]() |
Similar Threads
Other Threads in the Java Forum
- Previous Thread: Java DSW algorithm Coding
- Next Thread: Setting preset for a JMF Player
| Thread Tools | Search this Thread |
account android applet application apps array automation awt bidirectional binary birt bluetooth businessintelligence busy_handler(null) card class classes client code collision columns component constructor database designadrawingapplicationusingjavajslider draw eclipse error eventlistener exception expand fractal free game givemetehcodez graphics gui guidancer homework html ide image inheritance integer integration intellij j2me java javafx javamicroeditionuseofmotionsensor javaprojects jlabel jme jni jpanel jtextfield jtree julia linux loop method midlethttpconnection migrate mobile mobiledevelopmentcreatejar monitoring myaggfun netbeans newbie nullpointerexception open-source oracle plazmic print problem program property ria scanner server set sharepoint smart sms smsspam sourcelabs splash sql sqlite subclass support swing testautomation textfield threads tree trolltech unlimited utility windows






