Пример #1
0
 /** Creates a container with the supplied layout manager. */
 public BContainer(BLayoutManager layout) {
   setLayoutManager(layout);
 }