just thought i would put this out there that i am in 10th grade basic java making the same game for y final project and it is a lot easier then you are making it i am like half way done in 2 hours and and i am doing it alone, so just because you are in ap does not mean that it has to be this hard and complicated. and BTW to the ones that copied it i hope you fail because if you want to make it anywhere in life do your own work!
What is it supposed to do? I see some GUI components, but nothing to clue me in. Also, I find it to be better to instantiate JLabels (since they provide no real functionality) within the add statement. Unless you plan on adding events to it, it's quicker this way, and saves you a bit of memory. Nice seeing some Java.
When i try this i got error and when i solved the error.. i didn't see the rumble words in the top of the textfield or the hint..
and i put a words.txt in the same directory of the project but still not correct when i guess it!
Hawkee
commented on a Java App, BOUNCE - Dec 26, 2012
@supercapacitor Looks like part of it is still compiled for 1.7: mywindowgui/WindowGUI
Hi. I believe you can use [ code][/code] tags on your code to keep it clean and indented.
Hawkee
commented on a Java App, BOUNCE - Dec 24, 2012
Looks like you compiled it for Java 1.7, but I only have 1.6 available on this machine. It is always best to compile Java apps to work with 1.6 unless it is absolutely necessary to use 1.7.
Updated.
- Renamed class name (Utility -> IPv4);
- Renamed method ipToLong(String) as toLong(String);
- Renamed method longToIp(long) as toString(long);
- Added the throws tag to both methods to indicate an exception will be thrown if the given argument is invalid;
- Changed description.
Thanks a lot. :) Started it a couple days ago, and sporadically worked on since then. I did spend a few hours this afternoon fine tuning, and debugging.
Yeah, that's just the connection. You've inspired me to do a rebuild of an IRC client I made *almost* a year ago from the ground up. :)
Just got done rebuilding the Socket architecture to fully support multiple server connections as the bottom layer. Just working on the UI now, which has to change since it's current UI can't support multiple servers very well, if at all. If I can manage to finish that up, all that'll need to be done is the tying up of a few loose ends.
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.