touchai vang

Greenhorn
+ Follow
since Oct 30, 2016
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by touchai vang

Thanks for moving my question to the appropriate forum Ritchie.  And thank you for all the great advice.  I am taking an Intro to Java course so we're bound to using applets for now.  Lines 104-113 is to display a list of words on the applet that a user may choose from to translate into Hmong.  So as the code stands now, there is a list of words a user can choose to translate, there are two textfields, first one being the word the user enters, the second textfield outputs the tanslation.  I am stuck however, on how to ouput a photo from the array photo[].  
7 years ago
New to java.  Any help is greatly appreciated.  This is a translation assignment where we are to create 3 arrays, get user input (a simple word like 'man'), translate it to a second language and output a photo corresponding with the word translated.  I've written the code that will translate an input, but I stuck on how to output a photo.  Below is the code that I have written thus far.


7 years ago