Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~454 People Reached
Favorite Forums
Favorite Tags
java x 3
Member Avatar for dburris

Hello, I am attempting to enter two numbers via console in my test class and call a method in my main class to add the numbers and display the answer. Java doesn't like the Calculator.Calcuate(); code. It gives me an error of "cannot make a static reference to the non …

Member Avatar for NormR1
0
170
Member Avatar for dburris

Hello, I am attempting to call a method from a click event on a form and not having much luck. public void xbuttonValidateUPC_Click(object sender, EventArgs e) {//Validate UPC Button Click UPC_JDB UPC1 = new UPC_JDB("123"); string temp = (xtextBoxValidate.Text); UPC1.ValidateUPC(temp); xtextBoxValidateAnswer.Text = temp; }//end Validate UPC Button Click Program is …

Member Avatar for dwarvenassassin
0
162
Member Avatar for dburris

Hello, I am attempting to load a second form from the first form load. Here is my code but nothing happens. Other threads I have read seem to indicate this will work but it isn't for me. private void xForm1_Load(object sender, EventArgs e) { //Create an object of xForm3 and …

Member Avatar for bhagawatshinde
0
122