Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-01-2007, 01:48 AM
Member
 
Join Date: Aug 2007
Posts: 5
yashar is on a distinguished road
I must create a robotic hand with java .... any one can help ??
Hi im learning java..... and my teacher asked us to create a hand with 3 finger which the hand must move ...

can any one help me with it ??? i must do this with awt or swing

can any one create a robotic hand ????
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-01-2007, 02:05 AM
Senior Member
 
Join Date: Dec 2006
Posts: 748
levent is on a distinguished road
If it will be in 3D, start reading Java 3D and similar 3D apis in Java. 3D is themost mature 3D api but based on your situation, youcan decide to use another 3d api.

If this hand will have some kinematic, you will need to read related documents about kinematics and reverse kinematics too.

Swing can allow you to have an application with menus and you can embed 3D view into a panel inserted into your window. Alternatively, you can implement your application as an applet so that it will work inside browser. But don't expect it to work on other computers without installing the 3D api that you will decide to use.

For other questions, we are here. But don't expect us to implement your project
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 08-01-2007, 02:52 AM
Member
 
Join Date: Aug 2007
Posts: 5
yashar is on a distinguished road
first thank you for answring

second no he asked us to create the hand in 2D view

and he also asked us to make it very simple and only the wrist should wheel

and the elbow dosent need to be wheeled ..... so the elbow can be like cylinder ... and im trying to do it and i am reading awt and swing and anything i can but my time is to short i must make it ready for tommarow or day after ... so my only hope was to look at the code which can make this robotic hand ... and then i can understand it and i can explain it when my teacher ask me about it .... i live in iran and there is no good book for java or anything usefull so my only hope is you guys and if i dont bring this robotic hand i cant pass the class and i have to pay all the things again so help me....
dont think im not trying i am trying for weeks

so please if any one can make this hand ... please make it ...

( sorry for my bad english as i said i live in iran and we only speak farsi)
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 08-01-2007, 06:09 PM
Member
 
Join Date: Aug 2007
Posts: 5
yashar is on a distinguished road
I`m still checking here
Bookmark Post in Technorati
Reply With Quote
  #5 (permalink)  
Old 08-01-2007, 06:15 PM
Senior Member
 
Join Date: Dec 2006
Posts: 748
levent is on a distinguished road
If it is 2D, then you will learn Java2D. First decide what to show in the screen, which interactions you will need to implement. After having that plan,implement it in Java2D. Actually, if this is a more than 2 weeks project and if you study to it, you should already know enough information about Java and Java2D specifically.
Bookmark Post in Technorati
Reply With Quote
  #6 (permalink)  
Old 08-02-2007, 01:10 AM
Member
 
Join Date: Aug 2007
Posts: 5
yashar is on a distinguished road
as i said there isnt good book for the java in iran and if it is ... it is in eng and i cant read it well .... and if u dont want to help me tell me so i go somewhere else and try to get some one who can help me with it ... you can answer any one with " Read java or read this or read that " but this wont do for some of the pepole ... like me .... ok thx for the thing you help me with...
Bookmark Post in Technorati
Reply With Quote
  #7 (permalink)  
Old 08-02-2007, 02:24 AM
Senior Member
 
Join Date: Dec 2006
Posts: 748
levent is on a distinguished road
Quote:
you can answer any one with " Read java or read this or read that " but this wont do for some of the pepole ...
You cant expect us to show some miracle either. We can not write the code for you. We can only give you some directions and if you have some codes and need help about them we can try helping.

Quote:
if u dont want to help me tell me so i go somewhere else and try to get some one who can help me with it ...
I already tried helping if you did not notice that

Quote:
First decide what to show in the screen, which interactions you will need to implement.
If you dont decide on these details,i can not help in anyway..
Bookmark Post in Technorati
Reply With Quote
  #8 (permalink)  
Old 08-02-2007, 03:07 AM
Member
 
Join Date: Aug 2007
Posts: 5
yashar is on a distinguished road
sorry levent i dont want to be rude but im very desperate ....

as i said my eng is not good

and so i didnt understand the exact meaning of
Quote:
First decide what to show in the screen, which interactions you will need to implement.
i cant decide anything my brain is just like to be frozen

my time soon will be over ... and though i love to learn java but i think i cant learn it so thank you for helping me and i will try .net even though i hate it ..... i tried every place even yahoo answer and google answer and persian fourms no one helped me .... every one thinks im a lazy boy ....

thank you levent
Bookmark Post in Technorati
Reply With Quote
  #9 (permalink)  
Old 08-02-2007, 12:10 PM
Senior Member
 
Join Date: Dec 2006
Posts: 748
levent is on a distinguished road
No problem yashar. Good luck with your project. Sorry for not being much helpful.
Bookmark Post in Technorati
Reply With Quote
  #10 (permalink)  
Old 03-25-2008, 05:46 PM
Member
 
Join Date: Mar 2008
Posts: 1
n1k0 is on a distinguished road
java3d robotic arm simulator
if you are looking for an implementation with java3d check out
n.koumbakis - Sim 3
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to create ToolTip in Java 3d roshithmca AWT / Swing 0 02-04-2008 08:57 AM
BlackJack help please,, adding hand values javakid9000 New To Java 1 11-18-2007 06:26 AM
how to create a menu bar in java tommy New To Java 1 08-05-2007 09:43 AM
Create a Calculator in Java Albert New To Java 2 07-04-2007 10:01 AM
how to create pdf document from java sreedharvlsi New To Java 1 07-02-2007 01:57 PM


All times are GMT +3. The time now is 10:32 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org