Forum: Java Jul 17th, 2007 |
| Replies: 7 Views: 1,334 JSP is more difficult than PHP, you may want to try other options :D |
Forum: Java Jul 16th, 2007 |
| Replies: 4 Views: 874 haha sorry, I just realized that once I re read it again... my bad... XD |
Forum: Java Jul 15th, 2007 |
| Replies: 4 Views: 874 it will work!!! but only as a method, not thread. It won't run simultaneously :) |
Forum: Java Jul 14th, 2007 |
| Replies: 37 Views: 4,694 to store inventory, i recommend you to use some kind of database. In java you can use JDMC i think it's called. or, save them in a file if you don't want it to be too much complicated |
Forum: Java Jul 13th, 2007 |
| Replies: 13 Views: 25,056 there's no .exe in java... :-/ |
Forum: Java Jul 13th, 2007 |
| Replies: 6 Views: 8,373 Check these tutorials, hopefully it will help you out
http://www.programmerstalk.net/thread845.html
http://www.cs.mtu.edu/~shene/NSF-3/e-Book/MUTEX/TM-example-philos-1.html... |
Forum: Java Jul 13th, 2007 |
| Replies: 6 Views: 1,179 There are many ways, but I suggest you to use Java API to do this, read their documentation about XML parsing :) |
Forum: Java Jun 23rd, 2007 |
| Replies: 2 Views: 756 |
Forum: Java Jun 23rd, 2007 |
| Replies: 4 Views: 1,675 errr... if you want to take the screenshot of something that's invisible, then make it as visible, and then say that this is invisible???? lol... that's the best idea i can give you :) |
Forum: Java Jun 17th, 2007 |
| Replies: 3 Views: 1,508 make sure you have your image with your current .java file |
Forum: Java Jun 17th, 2007 |
| Replies: 8 Views: 1,356 it's an instance variable, add private before you declare String :) |
Forum: Java Jun 17th, 2007 |
| Replies: 9 Views: 3,171 you just need to add Action Litener to your button, and use JPanel there, if that's ok for you... :-/ i guess that's the easiest way. Here's link if you want to know how to add action listener..
... |
Forum: Java Jun 17th, 2007 |
| Replies: 4 Views: 4,483 what do you mean with use? you can call it by creating the instance of that method |
Forum: Java Jun 17th, 2007 |
| Replies: 4 Views: 4,216 that's just the same thing haha.. |
Forum: Java Jun 17th, 2007 |
| Replies: 6 Views: 796 he confused me >_<"
add action listener? lol.. |
Forum: Java Jun 17th, 2007 |
| Replies: 3 Views: 4,872 can you share your code please? :)
well, even without looking at your code, it seems that you're just trying to access package that's not there.. :-/ so i guess you need to either create that... |
Forum: Java Jun 17th, 2007 |
| Replies: 5 Views: 2,500 There are many websites that can offer you that. I recommend you to go to Java website and search to their tutorial. It does helped me a lot on my first programming career. I also recommend this link... |