コード例 #1
0
 /**
  * ************************************************************************* * * Add a full row
  * component with a label and insets
  */
 protected void addLabeledWidgetWithInsets(
     JLabel label,
     JComponent comp,
     boolean fixHeight,
     boolean flushLeft,
     int inst,
     int insl,
     int insb,
     int insr) {
   rowNum_ =
       ds_.addLabeledWidgetWithInsets(
           cp_, label, comp, fixHeight, flushLeft, inst, insl, insb, insr, rowNum_, columns_);
   return;
 }