Forum: Java Oct 12th, 2009 |
| Replies: 1 Views: 234 I don't know if this will help you but I found this:
http://code.google.com/apis/gdata/auth.html |
Forum: Computer Science Oct 12th, 2009 |
| Replies: 2 Views: 345 Thank you for your reply, I remember hearing about edit the webpage to change price in one of the security presentation at school a while back (they said people actually change price to negative and... |
Forum: Computer Science Oct 12th, 2009 |
| Replies: 2 Views: 345 Hi guys, I'm not really good in web design nor html so I try to get a book to learn more about it. I come accross a website that sell book. The weird thing about this site is that the book has... |
Forum: Computer Science Feb 28th, 2008 |
| Replies: 6 Views: 1,438 Thank you very much for your input. I didn't know about the database design section either. I apolozie for posting the question out of its section. I think I will look more into the database. I'm... |
Forum: Computer Science Feb 27th, 2008 |
| Replies: 6 Views: 1,438 Thank you Aaron, that design is really clear. However, I have a question, the itemOnMoveID, is it a must to put it in since it does not really get use when doing queries since the look up will base... |
Forum: Computer Science Feb 24th, 2008 |
| Replies: 4 Views: 1,122 I would say wiki (http://en.wikipedia.org/wiki/Artificial_intelligence)information is pretty decent in AI. You can use it to learn more about AI and from there see which branch of AI you want to... |
Forum: Computer Science Feb 24th, 2008 |
| Replies: 6 Views: 1,438 I'm sorry for not making it clear, I learning more about database design and I thought of this situation. How do I store information for multiple items but they all belong to same ID.
For example: ... |
Forum: Java Feb 24th, 2008 |
| Replies: 7 Views: 795 I believe it something like this:
buttonName.setIcon(new ImageIcon (getClass().getResource("location of the image") ));
ImageIcon is under javax.Swing if you haven't import it yet. |
Forum: Computer Science Feb 24th, 2008 |
| Replies: 6 Views: 1,438 I have a design like this:
CREATE TABLE moving
(
id char(10),
itemsList integer,
....
)
CREATE TABLE itemsList
( |
Forum: Java May 14th, 2007 |
| Replies: 6 Views: 19,380 I think you cross posting, but if you want to get input from user in java, there are many way to do it. If you use new java compiler, you can use Scanner class, like:
Scanner scan = new Scanner... |
Forum: Java May 14th, 2007 |
| Replies: 6 Views: 1,924 I think it JPanel with the title border property. |
Forum: Java May 13th, 2007 |
| Replies: 2 Views: 3,820 Thanks to antaryami :), I was able to look up more information on Jtable and table model ( Shame on me for ignore interface class in the sun api). I am now able to create my own MyTableModel... |
Forum: Java May 13th, 2007 |
| Replies: 3 Views: 1,123 From your code, I'm guessing you have a node call head which hold the begining of the list. The loop in your code :
//this mean loop until your node doesn't has
//any node to point to
while... |
Forum: Java May 5th, 2007 |
| Replies: 2 Views: 3,820 Hi, everyone, I just start study Swing . I have some small question about the JTable.
Is there anyway I can make the Jtable to auto resize during the runtime when I maximize the window?
My code did... |
Forum: Viruses, Spyware and other Nasties May 29th, 2004 |
| Replies: 3 Views: 2,187 I run the adaware, spybot and the cwshredder. This is my hijack log.
-------
Logfile of HijackThis v1.97.7
Scan saved at 1:42:53 PM, on 5/29/2004
Platform: Windows XP SP1 (WinNT 5.01.2600)
MSIE:... |
Forum: Viruses, Spyware and other Nasties May 29th, 2004 |
| Replies: 3 Views: 2,187 Can someone help me with this bridge.dll. I got the hijack log. Please help me fix it, tell me what to do since I have no idea what to do :sad:
------------------
Logfile of HijackThis v1.97.7... |