All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.gv2011.util.swing.imp.builder.HTabImp Maven / Gradle / Ivy

There is a newer version: 0.12
Show newest version
package com.github.gv2011.util.swing.imp.builder;

import com.github.gv2011.util.icol.IList;

final class HTabImp extends TabImp{

  HTabImp(final IList leftRows) {
    super(leftRows);
  }

  @Override
  Orientation orientation() {
    return Orientation.HORIZONTAL;
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy