• 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

run SWING app from browser

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm unable to launch a swing application from an applet.
I use the normal SWINGAPP x = new SWINGAPP(); but nothing shows up. I tried converting the whole program to normal GUI, and it started working. Why can't I launch my swing app from the browser?
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For your Swing application to work,you'll require to add a plug-in to the Browser.Their are two types of plug-ins for the Internet Explorer and the Netscape Navigator.
Check it out on the following link:-
java.sun.com/products/jfc/tsc/articles/plugin/index.html
and take the code from there and add your .class file to it.
If any doubts,contact me on
shalina@bplnet.com
regards,
shalina
 
reply
    Bookmark Topic Watch Topic
  • New Topic