is it possible to incorporate a class file that is written in applet into a JLabel in application? I know it is possible to put HTML code in a JLabel, so I copied the code from my html file created when I compile and run the applet. I put it in the html code into the applet and it didn't run the applet when I ran my application. is there any way I can complete this?
Thanks for any help.