KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > applet > AppletStub > Top Examples

  • org.objectweb.jac.aspects.gui.AppletView
    This class allows the programmer to insert specialized object views defined as applets. <p>This is useful when views can be used by an Internet browser at client-side. <p>The programmer must subclass this class and overload the <code>init</code> method. @see #init()
Popular Tags