javastudent commented on a Snippet, Helicopter Game  -  23 days ago
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!
SunnyD commented on a Snippet, Student Record  -  Feb 28, 2013
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.
AtomTheMan commented on a Snippet, Word Scramble Game  -  Feb 28, 2013
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!

 Respond  
Hawkee commented on a Java App, BOUNCE  -  Dec 26, 2012
@supercapacitor Looks like part of it is still compiled for 1.7: mywindowgui/WindowGUI
 Respond  
JamoBox commented on a Java App, FourierAnalysis - MouseMotion  -  Dec 26, 2012
@supercapacitor Or rather, Java 6 is Java 1.6. But yes, that is correct.
 Respond  
supercapacitor commented on a Java App, FourierAnalysis - MouseMotion  -  Dec 24, 2012
For some reason the demo doesn't work so you have to download and open in order to run the application.

Java 1.6 is Java 6 right?

supercapacitor commented on a Java App, BOUNCE  -  Dec 24, 2012
Hawkee commented on a Java App, FourierAnalysis - MouseMotion  -  Dec 24, 2012
Apps aren't really meant to contain code. They're mainly for linking to a completed project.
 Respond  
BlueThen commented on a Java App, FourierAnalysis - MouseMotion  -  Dec 24, 2012
Hi. I believe you can use [ code][/code] tags on your code to keep it clean and indented.
 Respond  
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.
 Respond  
supercapacitor commented on a Java App, BOUNCE  -  Dec 24, 2012
Check out version 1.4!
 Respond  
Hawkee commented on a Snippet, Animated button  -  Dec 20, 2012
I'm going to be changing that soon to make it easier to post multiple code blocks within a single snippet post.
 Respond  
Aion- commented on a Snippet, Animated button  -  Dec 20, 2012
Oh, I didn't know. Thanks for the info!
Hawkee commented on a Snippet, Animated button  -  Dec 20, 2012
You can enclose your example in [code] blocks to make it look nicer.
 Respond  
berend commented on a Snippet, Java CookieUtils - Read cookie  -  Dec 14, 2012
yep, I'll post some more soon as long the company agrees
 Respond  
Hawkee commented on a Snippet, Java CookieUtils - Read cookie  -  Dec 14, 2012
Always great to see more Java code on the site.
 Respond  
Marlinc commented on a Snippet, Java Token Package  -  Dec 07, 2012
Great well some people want that
 Respond  
SunnyD commented on a Snippet, Java Token Package  -  Dec 07, 2012
Lol, no. It's all Open Source here. Use it however you like.
 Respond  
Marlinc commented on a Snippet, Java Token Package  -  Dec 07, 2012
So I was thinking about using this in IRC services I'm working on. Do I need to add a LICENSE or something? A reference to this post maybe?
 Respond  
SunnyD commented on a Snippet, String encoder/decoder  -  Dec 03, 2012
Yeah, changed it. I do that by default for most packages because I hadn't intended on using them outside the package.
 Respond  
Aion- commented on a Snippet, String encoder/decoder  -  Dec 03, 2012
Perhaps you would like to change 'protected' to 'public' as it makes it only available to classes in the same package.
 Respond  
SunnyD commented on a Snippet, String encoder/decoder  -  Dec 03, 2012
Updated as per your suggestion. I may try to incorporate other encoding methods to add some functionality to it, namely binary numerical systems.
 Respond  
Aion- commented on a Snippet, IP addresses converter  -  Nov 25, 2012
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.
 Respond  
SunnyD commented on a Snippet, Windows Registry Manager  -  Nov 14, 2012
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.
 Respond  
Aha2Y commented on a Snippet, Windows Registry Manager  -  Nov 14, 2012
Very cool indeed. How long have you worked on this?
 Respond  
Hawkee commented on a Snippet, Windows Registry Manager  -  Nov 14, 2012
Cool, so your Java app can store data in the registry.
 Respond  
Hawkee commented on a Snippet, Helicopter Game  -  Nov 04, 2012
Since you didn't write the MP3 bit its probably best just to exclude it.
 Respond  
Aion- commented on a Snippet, Shorthand  -  Oct 25, 2012
Updated. It now uses the official metric prefixes specified by SI.

http://en.wikipedia.org/wiki/Metric_prefix#List_of_prefixes
 Respond  
Aion- commented on a Snippet, IRCConnection  -  Oct 10, 2012
Good luck with that!
 Respond  
SunnyD commented on a Snippet, IRCConnection  -  Oct 09, 2012
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.
 Respond  
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.