Class MyList

Class MyList

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.List
                   |
                   +----MyList

class MyList
extends List
Class used for implementing the user list of the User Panel

Constructor Index

 o MyList(GridBagLayout, int, boolean, String, int, int, int, int)

Constructors

 o MyList
  public MyList(GridBagLayout gridbag,
                int rows,
                boolean MultipleSelection,
                String gridwidth,
                int top,
                int left,
                int bottom,
                int right)