Search Results

Showing results 1 to 40 of 1000
Search took 0.07 seconds.
Search: Posts Made By: majestic0110
Forum: Java 23 Days Ago
Replies: 10
Views: 266
Posted By majestic0110
Help you to cheat......NO. My theory here is that your tutor gave you the .class files to see how a program works, and you are then meant to write the code yourself. You will not learn java by...
Forum: DaniWeb Community Feedback 23 Days Ago
Replies: 5
Views: 500
Posted By majestic0110
That thread now seems to be deleted. Probably just as well to be honest!
Forum: DaniWeb Community Feedback 23 Days Ago
Replies: 5
Views: 500
Posted By majestic0110
Hi, I just replied to a thread (2 minutes ago) but the thread is stating that it was an hour ago I replied & for some reason my post is above the OP's post. Here is the thread in question:...
Forum: DaniWeb Community Feedback 23 Days Ago
Replies: 5
Views: 500
Posted By majestic0110
I am sure they will be, Dani is on the case!
Forum: Computer Science 25 Days Ago
Replies: 2
Views: 424
Posted By majestic0110
kthxbai :)
Forum: Windows Vista and Windows 7 32 Days Ago
Replies: 4
Views: 238
Posted By majestic0110
I can see that you are going to get a GREAT response from that question. NOT. If you really think you are being hacked, then post a question asking for help, I don't think anyone 'round here is going...
Forum: Java 33 Days Ago
Replies: 7
Solved: Java Scanners
Views: 332
Posted By majestic0110
here (http://java.sun.com/docs/books/tutorial/)
Please do not hijack threads, start a new one!
Forum: Java 33 Days Ago
Replies: 7
Solved: Java Scanners
Views: 332
Posted By majestic0110
Nobody ever learnt to program in Java by using drag 'n' drop.
Forum: Java 33 Days Ago
Replies: 5
Views: 852
Posted By majestic0110
They all do quuba lol i.e the ones with >= 3 arg's to printf
Forum: Java 33 Days Ago
Replies: 5
Views: 852
Posted By majestic0110
Hi quuba, thanks for the reply. Having tried that, I still get the same compilation error at the command line, although it works fine in NetBeans. Seems very odd!
Forum: Java 33 Days Ago
Replies: 7
Solved: Java Scanners
Views: 332
Posted By majestic0110
Take a look at Line 23 where you declare the int variable vacation. This variable is declared within the body of a conditional statement, which means its lifespan is confined to that conditional...
Forum: Java Oct 16th, 2009
Replies: 5
Views: 852
Posted By majestic0110
Hi all, I hope you are well. I am trying to compile a java file using terminal in Ubuntu, but I am getting the following error message:



As you can see, I am passing three String arguments to...
Forum: Java Oct 16th, 2009
Replies: 11
Views: 366
Posted By majestic0110
here (http://java.sun.com/docs/books/tutorial/uiswing/events/actionlistener.html)
Forum: Geeks' Lounge Oct 16th, 2009
Replies: 179
Views: 9,078
Posted By majestic0110
Does this guy ever stop? <rant rant rant...ad infinitum>
Forum: Geeks' Lounge Oct 14th, 2009
Replies: 179
Views: 9,078
Posted By majestic0110
What I cannot understand is why this idiotic discussion has been allowed to continue, the OP is eithera troll or a narrow minded person who is unable to accept the views of others. Close the thread...
Forum: Java Oct 7th, 2009
Replies: 4
Views: 297
Posted By majestic0110
nomemory means compile the classes then run TestCircle. You cannot run Circle directly as it has no main method. main is the entry point for you program. As nomemory said, don't skip the basics....
Forum: Java Oct 7th, 2009
Replies: 12
Views: 300
Posted By majestic0110
saucer is an object of TYPE Disk. Disk is a class. Remember, in java, Classes are blueprints for objects. So, yes you will need the Disk class. Place the code in the same package as class TestDisk...
Forum: Geeks' Lounge Oct 7th, 2009
Replies: 179
Views: 9,078
Posted By majestic0110
Somehow I don't think my Grandmother would understand why she has to "sudo" everything, and I don't think a hardcore gamer would accept the limitations WINE offers... Windows is only vulnerable to...
Forum: DaniWeb Community Feedback Oct 5th, 2009
Replies: 5
Views: 520
Posted By majestic0110
Crikey, you fixed that fast!
Forum: DaniWeb Community Feedback Oct 5th, 2009
Replies: 5
Views: 520
Posted By majestic0110
Ah ok, I am glad I mentioned it then lol :) I thought I might be missing something, you see...
Forum: DaniWeb Community Feedback Oct 5th, 2009
Replies: 5
Views: 520
Posted By majestic0110
Is that what it should do?

Here (http://www.daniweb.com/code/snippet227078.html)

It is displaying my name as it appears in my profile as opposed to my DaniWeb screen name. Is that a bug or is...
Forum: Game Development Oct 5th, 2009
Replies: 2
Views: 378
Posted By majestic0110
Can you post what game (Specifically) you are trying to play, what your computer specifications are, and what (exactly) is the error message?
Forum: DaniWeb Community Feedback Oct 3rd, 2009
Replies: 43
Views: 4,137
Posted By majestic0110
That's really cool. Lots of great new features on the site! Great job!
Forum: DaniWeb Community Feedback Oct 3rd, 2009
Replies: 43
Views: 4,137
Posted By majestic0110
Oh, so its a kind of like a post review system?
Forum: DaniWeb Community Feedback Oct 3rd, 2009
Replies: 43
Views: 4,137
Posted By majestic0110
What are these up/down buttons actually doing? i.e. if I press the up button - does my whole 6 points of rep power "rep" that poster?
Forum: Java Oct 3rd, 2009
Replies: 4
Views: 292
Posted By majestic0110
Take a look at line 91:

mbar.add(mnuHelp);

mnuHelp has NOT been initialized, so you will get a Null Pointer Exception. To rectify this, initialize mnuHelp where you initialize the other two...
Forum: Java Oct 3rd, 2009
Replies: 4
Views: 292
Posted By majestic0110
What is the exact error message? Is it a compilation error? Or a runtime exception you are encountering?
Forum: Java Oct 3rd, 2009
Replies: 11
Views: 376
Posted By majestic0110
You could use the escape sequence "\n" after you print out the 4th element in the array? Or use just System.out.println(); after the 4th element has been printed.
Forum: Java Oct 3rd, 2009
Replies: 1
Views: 228
Posted By majestic0110
You can create an ImageIcon and display it as the content of a JLabel. Then put the JLabel in the content pane of your JFrame. Look here:

Tutorial...
Forum: DaniWeb Community Feedback Oct 2nd, 2009
Replies: 9
Views: 652
Posted By majestic0110
That's great news thanks!
Forum: Computer Science Oct 2nd, 2009
Replies: 2
Views: 318
Posted By majestic0110
Oh dear, it really is one of those days.
Forum: Computer Science Oct 2nd, 2009
Replies: 1
Views: 540
Posted By majestic0110
Are you not supposed to "document" this system? As in, SHOCK! HORROR! You write it yourself?
Forum: Community Introductions Oct 2nd, 2009
Replies: 12
Solved: I'm back!
Views: 350
Posted By majestic0110
Ah! Well in that case - Welcome Back yourself !
Forum: Community Introductions Oct 2nd, 2009
Replies: 12
Solved: I'm back!
Views: 350
Posted By majestic0110
Thanks a lot!
Forum: Community Introductions Oct 2nd, 2009
Replies: 12
Solved: I'm back!
Views: 350
Posted By majestic0110
Thanks JBennet :) good to see you are still haunting these parts!
Forum: Java Oct 2nd, 2009
Replies: 4
Views: 1,325
Posted By majestic0110
That's great, thanks for your input on this snippet. The clearer it is to others, the better!
Forum: Viruses, Spyware and other Nasties Oct 1st, 2009
Replies: 8
Views: 652
Posted By majestic0110
Well, actually; it's ironic that you say that, because I DID update MBAM prior to my scan, (as I realize that it makes sense to). So perhaps the latest definitions file is where the problem lies?
Forum: Java Oct 1st, 2009
Replies: 4
Views: 1,325
Posted By majestic0110
Thanks for that input masijade, I have found that the call to super() is often omitted in these circumstances, and that explicitly calling super() is redundant, because it is called implicitly. It...
Forum: Community Introductions Oct 1st, 2009
Replies: 12
Solved: I'm back!
Views: 350
Posted By majestic0110
Cheers Ezzaral :) I plan to post up some beginner code snippet/tutorials in the Java forum so I expect I'll be seeing a lot more of you and peter_budo!
Forum: Community Introductions Oct 1st, 2009
Replies: 12
Solved: I'm back!
Views: 350
Posted By majestic0110
Yeah, I think they are great :) Especially the code snippet integration!
Showing results 1 to 40 of 1000

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC