Search Results

Showing results 1 to 11 of 11
Search took 0.00 seconds.
Search: Posts Made By: bionicseraph ; Forum: Java and child forums
Forum: Java Nov 12th, 2008
Replies: 8
Views: 806
Posted By bionicseraph
What you'll want in your "getLimbs()" method is for it to look like this I suspect:


Limb[] getLimbs(){
Limb[] limbs = new Limbs[4];
//Add arms and legs to limbs array
return limbs;
}
Forum: Java Nov 12th, 2008
Replies: 8
Views: 806
Posted By bionicseraph
All this talk of passing limbs around is somewhat creepy :p
Forum: Java Nov 11th, 2008
Replies: 5
Views: 497
Posted By bionicseraph
You need to give way more detail than that. Are you trying to make a web browser or a web site?
Forum: Java Nov 11th, 2008
Replies: 3
Views: 434
Posted By bionicseraph
Try using bigger numbers in set size. 10x20 pixels will give you a really small window.
Forum: Java Nov 10th, 2008
Replies: 28
Solved: Weird Question
Views: 1,744
Posted By bionicseraph
You're sort of right. The classes I was mentioning were generated by crawling throught the DB and writing java code off of the table information. It was really sweet. It didn't use reflection though....
Forum: Java Nov 10th, 2008
Replies: 28
Solved: Weird Question
Views: 1,744
Posted By bionicseraph
I've reflection to make method calls on auto-generated DAO objects that were based on similar tables in my data base. There are good uses for reflection, but most of the time you can get by without...
Forum: Java Nov 10th, 2008
Replies: 28
Solved: Weird Question
Views: 1,744
Posted By bionicseraph
BestJew: Yeah, I meant an if statement. Reflection is probably overkill for your stated requirements.
Forum: Java Nov 10th, 2008
Replies: 28
Solved: Weird Question
Views: 1,744
Posted By bionicseraph
If you make your object Serializable then you can store information about the object in String form. It won't be as readable as "germanShepard" but you could store objects serials somewhere to enter....
Forum: Java Nov 10th, 2008
Replies: 3
Solved: methods
Views: 428
Posted By bionicseraph
It looks like you don't save the input anywhere other than in displayMenu(). None of the other methods can see that input variable.
You could have displayMenu() return the character that the user...
Forum: Java Nov 5th, 2008
Replies: 2
Views: 694
Posted By bionicseraph
You could restrict the length of the text field to to chars. Then you could set up a listener event to validate the text field when it looses focus or when they try to submit the form. I can't think...
Forum: Java Nov 4th, 2008
Replies: 2
Views: 411
Posted By bionicseraph
What exactly are you stuck on? Make sure to put your code in tags...
Showing results 1 to 11 of 11

 


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

©2003 - 2009 DaniWeb® LLC