Forum: Java May 29th, 2008 |
| Replies: 1 Views: 2,111 Like the title sez, does anyone know a good way to take an Image and convert it into a BufferedImage??? |
Forum: Java May 29th, 2008 |
| Replies: 3 Views: 762 I will give you one hint, you moocher of code...
JPanel
WRITE YOUR CODE!!! |
Forum: Java Apr 1st, 2008 |
| Replies: 6 Views: 900 Okay, I switched to the compiler-generated HTML file and used Internet Explorer, and I get something but it's not painting so well. Thanks! |
Forum: Java Apr 1st, 2008 |
| Replies: 6 Views: 900 Oookay, still not workin'.
Now says "class driver not found" unstead of giving me the entire pathname.
I actually am supposed to give it "driver", not "Soluna Invasion" as the class, so I found... |
Forum: Java Apr 1st, 2008 |
| Replies: 6 Views: 900 The HTML file? No, the actual JAVA class file is in there. And the setup is basically how the AP book says should work, but in the book they don't have the full filepath, just the filename (i.e., no... |
Forum: Java Apr 1st, 2008 |
| Replies: 6 Views: 900 I am writing a applet-based mini-game. Whenever I open up the HTML document with Internet Explorer to test what I have so far, it just says "Java Applet Load failed".When I do the same with the AT&T... |
Forum: Java Mar 22nd, 2008 |
| Replies: 4 Views: 554 Is there a way to do this w/o applets, though??? |
Forum: Java Mar 22nd, 2008 |
| Replies: 4 Views: 554 Image and AudioClip classes can be used in Java...BRILLIANT!!!
Thanks, jasimp, you're a geenius!!! |
Forum: Java Mar 22nd, 2008 |
| Replies: 4 Views: 554 Does anyone know how to draw an image or play a sound from file? I imagine there is (are) a library (libraries), but I can't find them... |
Forum: Java Oct 8th, 2007 |
| Replies: 3 Views: 2,242 Okay, num_reasons_why_cpp_better_than_JAVA++;
thanks anyway, Ezzaral. |
Forum: Java Oct 8th, 2007 |
| Replies: 3 Views: 2,242 How do you define operators in JAVA? (Can you???)
help? |
Forum: Java Sep 12th, 2007 |
| Replies: 8 Views: 4,664 Why write a Hello World program? We all know how...Except noobs who need to {"read a book", "take a tutorial", "figure out which is the mouse and which is the keyboard"} before writing code. |
Forum: Java Aug 28th, 2007 |
| Replies: 2 Views: 6,301 Thank you, Ezzaral. Helpful, concise, and 1337; just how the best answers are. Party on, dude. |
Forum: Java Aug 28th, 2007 |
| Replies: 2 Views: 6,301 :-/ Is there any function in MouseListener that returns the x- and/or y-coordinates of the cursor relative to the origin of a JPanel which currently has the focus? ¡Ayúdenme, por favor! |
Forum: Java Jul 24th, 2007 |
| Replies: 4 Views: 830 waxyaie, I suggest you and ressi1 team up on the $ register gig.
...reason for wanting to make a cash register GUI? |
Forum: Java Jul 24th, 2007 |
| Replies: 6 Views: 18,469 Wow. I'd been wondering about that too...
Thank you abar_sow for asking the question and Ezzaral for answering it.:icon_smile: |
Forum: Java Jul 23rd, 2007 |
| Replies: 11 Views: 2,420 Sorry. There's always the chance that he's working with one of those really janky compilers (like BlueJ) that show one error and say nothing about the 5,000 others also lurking in your code. But hey,... |
Forum: Java Jul 23rd, 2007 |
| Replies: 11 Views: 2,420 What I would recommend is checking to make sure that all methods that are not called from an object using the . operator are declared as static. Otherwise the compiler may just, oh, gosh, not run the... |
Forum: Java Jul 23rd, 2007 |
| Replies: 11 Views: 1,493 Something tells me that putting class in twice may not be doing you a whole lot of good.;)
Apart from that, I can't tell. Fix the double class goof and then report back at 0800, cadet. Dismissed. |
Forum: Java Jul 23rd, 2007 |
| Replies: 12 Views: 12,525 I recommend Scanner highly. This will work nicely if:
a. you replace the commas w/spaces and use nextInt()
b. you keep the commas, use next(), and set up an elaborate system to trim the commas out... |
Forum: Java Jul 23rd, 2007 |
| Replies: 3 Views: 742 ¡Vaca sagrada!
You're trying to write (on and for a computer) a cash register program that would work if it were run on a cash register...it won't work so well unless you have the proper... |
Forum: Java Jul 23rd, 2007 |
| Replies: 3 Views: 6,906 |
Forum: Java Jul 23rd, 2007 |
| Replies: 11 Views: 1,493 seriously...GID*
*Get It Done (courtesy of Chris Livatino) |
Forum: Java Jul 23rd, 2007 |
| Replies: 11 Views: 1,493 masijade.Statement()=true;
you need to post your code so that switch(we can){
case a:
find out where you goofed;
break;
case b:
know you're not just getting Daniweb to do your work... |
Forum: Java Jul 20th, 2007 |
| Replies: 25 Views: 3,060 What is the best compiler for JAVA? BlueJ, Eclipse, or what? Opinion, please...I'm kinda lost. |
Forum: Java Jul 18th, 2007 |
| Replies: 9 Views: 2,371 I agree with thegathering, the best way to make a chat program is usually to write inputted lines to a .txt file. This not only works very smoothly but can also be tooled to archive chat lines as... |
Forum: Java Jul 18th, 2007 |
| Replies: 7 Views: 1,153 How does one use an interface? The paint interface in particular?
¡Ayúdame, por favor! |