KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > JApplet > Top Examples

  • org.jdesktop.swing.Application
    <p> Class which represents central state and properties for a single client application which can be either a standalone Java application (typically initiated using Java WebStart) or a set of one or more Java applets which share the same code base. There should only be a single Application ...
  • org.jfree.ui.tabbedui.TabbedApplet
    An applet implementation that uses a tabbed GUI as backend. @author Thomas Morgner
  • org.jdesktop.jdnc.runner.Application
    XXX This class should be renamed to JDNCLoader or something <p> Application class which instantiates its user interface based on the XML configuration file specified as the command line parameter. <p> The configuration file must adhere to the JDNC schema:<br> TBD </p> @aut ...
Popular Tags