Thread: Applet problem
View Single Post
  #2 (permalink)  
Old 06-05-2007, 07:31 PM
bbq bbq is offline
Senior Member
 
Join Date: Jun 2007
Posts: 134
bbq is on a distinguished road
It doesn't work because in Applet component you have to add a Frame or some container to visualized it in standalone application or create a html to tests it in your browser

Also you are joining swing and awt components, and that is wrong
Reply With Quote