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
Ranked #55.0K
2 Posted Topics
Re: [QUOTE=iamthwee]You mean something like this? [CODE]JTextField crap = new JTextField("400",10); . . . int num = Integer.parseInt(crap.getText());[/CODE][/QUOTE] Hi there, Cheers for that, i already figured it out through the api | |
Hi Guys, wonder if any one can help?? I have been asigned some home work to make a CaesarCipher class, listed below, where by there is a test class below which would need to be passed to it. I have figured out the first bit but cant debugg and get … |