• 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

displaying a GUI in an applet

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm darn near finished in this excercise that i have to do and I have almost got the GUI done but it has to be displayed in an applet form with a web page and all of that...do any of you have an idea how I would do that because I'm quite stumped.
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Note that Applet extends Panel. (I'd guess you've worked with a Panel before.) Since an Applet is a type of a Panel, you can add things to an Applet just as you can add things to a Panel. You can also add a Panel to an Applet, just as you can add a Panel to a Panel.

If Applets are brand new for you, take a look at "The Anatomy of an Applet" lesson in Sun's Java Tutorial.

If your question is more to do with working with GUI components, I'd recommend moseying on over to the Swing / AWT / SWT / JFace forum and starting a new thread on the topic.

I'm moving this to the Applets forum...
[ September 26, 2004: Message edited by: Dirk Schreckmann ]
 
My favorite is a chocolate cupcake with white frosting and tiny ad sprinkles.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic