KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.swixml.SwingEngine
    The SwingEngine class is the rendering engine able to convert an XML descriptor into a java.swing UI. <p/> <img SRC="doc-files/swixml_1_0.png" ALIGN="center"> </p> @author <a HREF="mailto:wolf@paulus.com">Wolf Paulus</a> @version $Revision: 1.4 $
  • com.jgoodies.forms.layout.FormLayout
    FormLayout is a powerful, flexible and precise general purpose layout manager. It aligns components vertically and horizontally in a dynamic rectangular grid of cells, with each component occupying one or more cells. A <a HREF="../../../../../whitepaper.pdf" target="secondary">whitepaper< ...
  • org.swixml.Parser
    Singleton Parser to render XML for Swing Documents <p/> <img SRC="doc-files/swixml_1_0.png" ALIGN="center"> </p> @author <a HREF="mailto:wolf@paulus.com">Wolf Paulus</a> @author <a HREF="mailto:fm@authentidate.de">Frank Meissner</a> @version $Revision: 1. ...
  • org.enhydra.dods.wizard.XYLayout
  • org.enhydra.tool.swing.layout.XYLayout
  • org.htmlparser.parserapplications.filterbuilder.layouts.VerticalLayoutManager
    A layout manager like a vertical FlowLayout. Stacks components vertically like GridLayout(0,1) but doesn't resize each component equally. More like a vertical FlowLayout but doesn't snake columns or align things.
  • com.nqadmin.swingSet.SSDBNavImp
    SSDBNavImp.java <p> SwingSet - Open Toolkit For Making Swing Controls Database-Aware <p><pre> Custom implementation of SSDBNav that clears/resets the various database-aware fields on a screen when the user adds a new record. To achieve this, special implementation of the perform ...
  • org.jdesktop.swing.JXTitledPanel
    A special type of Panel that has a Title section and a Content section.<br> The following 4 properties can be set with the UIManager to change the look and feel of the JTitledPanel: <ul> <li>JTitledPanel.title.foreground</li> <li>JTitledPanel.title.background</li&g ...
  • org.objectweb.jac.ide.diagrams.PaletteLayout
    A custom layout manager for the palette. Copied from CH.ifa.draw.util.PaletteLayout and enhanced to provide centered alignment.
  • com.jgoodies.looks.plastic.PlasticInternalFrameUI
    The JGoodies Plastic Look and Feel implementation of <code>InternalFrameUI</code>.<p> Uses a <code>PlasticInternalFrameTitlePane</code> that in turn uses <code>PlasticTheme</code> colors. @author Karsten Lentzsch @version $Revision: 1.2 $
  • sample.google.search.GUIHandler
    Build and desplay the GUI implements both KeyListner and ActionListner KeyListner is used to detect space or Enter key at textField ActionListner is used for menu cammands Thread is run to isolate the GUI from internal actions @author Gayan Asanka (gayan@opensource.lk)
  • AddContactDialog
Popular Tags