All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.netobjects.nfx.ui.AwtUtil

java.lang.Object
   |
   +----com.netobjects.nfx.ui.AwtUtil

public class AwtUtil
extends Object

Constructor Index

 o AwtUtil()

Method Index

 o addComponent(Container, Component, GridBagLayout, GridBagConstraints, int, int, int, int, double, double)

Constructors

 o AwtUtil
 private AwtUtil()

Methods

 o addComponent
 public static void addComponent(Container cont,
                                 Component comp,
                                 GridBagLayout gbl,
                                 GridBagConstraints gbc,
                                 int x,
                                 int y,
                                 int width,
                                 int height,
                                 double weightx,
                                 double weighty)

All Packages  Class Hierarchy  This Package  Previous  Next  Index