• 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

Shaping your Applet or Servlet

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello I am working in JSP,
I want to ask a question that , Can I shape my APPLET OR Servlet to like Diamond
I want to make a Small Page on User Login Authentication.
Is is possible to shape this Page like Diamond not like traditional Page different.
If it is possible in Applet Please tell me how is this possible.
Thanx.......

------------------
 
Sheriff
Posts: 3341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JavaRanch has a Naming Policy In order to be entered in the drawing for the book giveaway, your name must meet this policy. Please reregister with a correct name.
It is not posible to shape the box that the applet uses. It is possible to shape the contents of the applet. Add a panel to the applet and set a graphic into that panel from there the appearance can be whatever you desire.
------------------
Hope This Helps
Carl Trusiak, SCJP2
 
reply
    Bookmark Topic Watch Topic
  • New Topic