KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.tools.ant.taskdefs.optional.ide.VAJAntToolGUI
    This is a simple grafical user interface to provide the information needed by ANT and to start the build-process within IBM VisualAge for Java. <p> I was using AWT to make it independent from the JDK-version. Please don't ask me for a Swing-version:I am very familiar with Swing and I really ...
  • sync4j.syncclient.demo.DemoMenuBar
    The menu for this GUI. @author Fabio Maggi @ Funambol @author Alessandro Morandi, Giorgio Orsi @version $Id: DemoMenuBar.java,v 1.8 2005/03/14 16:46:03 fabius Exp $
  • org.jacorb.poa.gui.pm.RegisterPanel
    JacORB - a free Java ORB Copyright (C) 1997-2004 Gerald Brose. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any ...
  • org.hsqldb.util.DatabaseManager
    sqlbob@users 20020401 - patch 1.7.0 by sqlbob (RMP) - enhancements sqlbob@users 20020401 - patch 537501 by ulrivo - command line arguments sqlbob@users 20020407 - patch 1.7.0 - reengineering nickferguson@users 20021005 - patch 1.7.1 - enhancements AWT Tool for manageing a JDBC database.<p> & ...
  • org.hsqldb.util.Transfer
    fredt@users 20011220 - patch 481239 by xponsard@users - enhancements enhancements to support saving and loading of transfer settings, transfer of blobs, and catalog and schema names in source db changes by fredt to allow saving and loading of transfer settings fredt@users 20020215 - patch 516309 by ...
  • org.jacorb.poa.gui.poa.QueueListItem
    @author Reimo Tiedemann, FU Berlin @version 1.0, 05/10/99, RT
  • org.objectweb.proactive.examples.c3d.C3DDispatcher
    This class decouples the set of user frames from the set of rendering
  • org.hsqldb.util.ZaurusDatabaseManager
    Class declaration @version 1.0.0.1 @author ulrivo@users
  • 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.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 ...
Popular Tags