Welcome ajit_angaj
Type: Posts; User: jps
Welcome ajit_angaj
Please do not double post the same question.
Threads merged.
While posting the code does show more of an effort, by that I do mean some as opposed to none, it still does not explain what it is you are having problems with.
While you may have all day, you...
You are welcome, I am glad you got it working.
Please mark your threads as solved when your questions have been answered.
Directions can be found in the Announcements page if you need help.
That seems like multiple things.
Find the user in the database
access properties of the user
take an action depending on the value of a specific property or do nothing
Which could be broken...
There seems to be an import missing
After that it compiles but warns about not closing the scanner.
But I do get output, just likely not the output desired.
Fix the import and close the scanner,...
Are you sure? Does it compile?
What kind of help do you need with the atm pictures?
Please see the Announcements page for the use of code tags and other useful forum tips.
Please do not translate error messages, copy paste them to the forum with your code and question.
What kind of help do you need?
Welcome saxy
Please do not double post your question. Threads merged.
Please see the Announcements page for the use of code tags and other useful forum tips.
You should not call repaint() from...
Welcome shihway
Many people here offer help. What is the problem you are having?
What are you doing with this line:
Math.floor(Math.random() * 13);
Your posts on the forum show repeated use of the floor method, What trouble are you having with dividing integers?
Please consult the Announcements page for the use of code tags in your posts. If we spend all of our time repairing your post, we have no time left to answer questions.
Welcome harem_najat
Please see the Announcements page for the use of code tags and other useful forum tips.
int is not the same thing as a String. The error tells you (approximately) where to...
You can also search the documentation for known compatibility issues that seem related to your problem. May or may not be much help, but if you can't give us oranges we can't give you orange juice.
Some suggestions as I read the code;
Window is the name of an existing java class and should not be used as the name of a different java class.
Multiple variable declarations out scope their needs....
I like to take my homework or instructions or assignment or job (call it what ever) and turn them into a series of steps that fulfill the needs while adhering to the rules.
From those steps you can...
So what do you seem to be stuck on?
We are playing this game backwards.
You are supposed to ask the questions and read the replies.
I'll save the rest of my questions for answers that are of...
Add some printlns to the code to see how far the code does get. If there are no compile errors and no runtime errors, it did something somewhere correctly.
Figure out where things go wrong, or at...
I am happy you figured it out and got it working.
Please post the final solution for future readers and mark the thread as solved if all is well
Please provide links to crossposts (if any).
Just because the topic was brought up, a link to the crossposting rule here which contains a link to help explain why.
Welcome ryanstiinc
Welcome Mosbah
Thanks for the kind wishes, may the joy you spread be returned
As long as after this....
and after this, you finish connecting the other node in both cases. When you break the "chain" to delete or add a "link" there are two open ends of the chain that must...