KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.jgroups.demos.TotalOrder
    Originally written to be a demo for TOTAL order (code to be written by a student). In the meantime, it evolved into a state transfer demo. All members maintain a shared matrix and continually broadcast changes to be applied to a randomly chosen field (e.g. multiplication of field with new value, d ...
  • 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.fractal.swing.FrameAttributes
Popular Tags