• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How can We Add Image on a Form

 
Ranch Hand
Posts: 41
Oracle
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys !
I am doing a project of Hotel Room Booking. I developed my Application Using [B]Java Forms [B] and I want to add a Images on the form. Though i know how to add images in Applets, Can any body tell me how to add images in a Form.
Thanks In Advance!!
Regards
Rushikey
 
Ranch Hand
Posts: 618
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It seems like you'd just use the regular HTML tag for images: IMG

http://www.w3schools.com/tags/tag_img.asp


I've Googled around trying to figure out what "Java Forms" are, and as far as I can tell, it's either a misnomer (it's really JavaScript, which is not actually related to Java), or it's some proprietary thing provided by a few vendors. If it's the latter, are you using something provided by a particular company?
 
reply
    Bookmark Topic Watch Topic
  • New Topic