KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > TextArea > Top Examples

  • org.objectweb.mobilitools.util.corba.NSbrowser
    MobiliTools $Name: $, $Id: NSbrowser.java,v 1.1.1.1 2003/03/28 14:48:06 dillense Exp $ <P> Browser for CORBA name service. This GUI is based on the NameService wrapper (@see NameService). It can be used: <UL> <LI>either directly as a standalone programme, to browse the default c ...
  • org.apache.soap.util.net.TcpTunnelGui
    A <code>TcpTunnelGui</code> object listens on the given port, and once <code>Start</code> is pressed, will forward all bytes to the given host and port. All traffic is displayed in a UI. @author Sanjiva Weerawarana (sanjiva@watson.ibm.com)
  • org.apache.regexp.REDemo
    Interactive demonstration and testing harness for regular expressions classes. @author <a HREF="mailto:jonl@muppetlabs.com">Jonathan Locke</a> @version $Id: REDemo.java,v 1.2 2000/12/07 17:24:59 jon Exp $
  • org.apache.soap.util.net.Relay
    A <code>Relay</code> object is used by <code>TcpTunnel</code> and <code>TcpTunnelGui</code> to relay bytes from an <code>InputStream</code> to a <code>OutputStream</code>. @author Sanjiva Weerawarana (sanjiva@watson.ibm.com)
  • junit.awtui.TestRunner
    An AWT based user interface to run tests. Enter the name of a class which either provides a static suite method or is a subclass of TestCase. <pre> Synopsis: java junit.awtui.TestRunner [-noloading] [TestCase] </pre> TestRunner takes as an optional argument the name of the testcase cla ...
  • org.objectweb.ccm.chat.cif.ServerImpl
    import org.objectweb.ccm.chat.*; This is the implementation of the OMG IDL3 chat::Server component type. This class inherits from the skeleton generated by the OpenCCM's CIF to Java mapping generator. @author <a HREF="mailto:Areski.Flissi@lifl.fr">Areski Flissi</A>
Popular Tags