Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~1K People Reached
Favorite Tags

10 Posted Topics

Member Avatar for smoore

I don't know if this will help you but I found this: [URL="http://code.google.com/apis/gdata/auth.html"]http://code.google.com/apis/gdata/auth.html[/URL]

Member Avatar for nblue
0
147
Member Avatar for nblue

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 different prices when using different computer to look …

Member Avatar for nblue
0
129
Member Avatar for nblue

I have a design like this: CREATE TABLE moving ( id char(10), itemsList integer, .... ) CREATE TABLE itemsList ( id integer, itemID integer, quantity integer, describtion char (40), ... ) the id in itemsList will be repeat for each different item. I think it very inefficent, so is there …

Member Avatar for nblue
0
106
Member Avatar for losh177

I would say [URL="http://en.wikipedia.org/wiki/Artificial_intelligence"]wiki [/URL]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 research more.

Member Avatar for Ezzaral
0
111
Member Avatar for gedcraw555

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.

Member Avatar for gedcraw555
0
133
Member Avatar for paradox814
Member Avatar for Bill T

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: [code=java] Scanner scan = new Scanner (System.in); String userPromt = scan.nextLine(); [/code] if you want …

Member Avatar for nblue
0
242
Member Avatar for littleghost76

From your code, I'm guessing you have a node call head which hold the begining of the list. The loop in your code : [code=java] //this mean loop until your node doesn't has //any node to point to while (temp.next != null) //advance temp node to be the next node …

Member Avatar for littleghost76
0
101
Member Avatar for nblue

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 not display the stuff I put onto the Table, what did I …

Member Avatar for nblue
0
100
Member Avatar for nblue

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 Scan saved at 8:18:12 AM, on 5/29/2004 Platform: Windows XP SP1 (WinNT 5.01.2600) MSIE: …

Member Avatar for alc6379
0
103

The End.