Package com.gitblit.client.Utils

Examples of com.gitblit.client.Utils.RowRenderer


  private JPanel addPanel;

  public RegistrantPermissionsPanel(final RegistrantType registrantType) {
    super(new BorderLayout(5, 5));
    tableModel = new RegistrantPermissionsTableModel();
    permissionsTable = Utils.newTable(tableModel, Utils.DATE_FORMAT, new RowRenderer() {
      Color clear = new Color(0, 0, 0, 0);
      Color iceGray = new Color(0xf0, 0xf0, 0xf0);

      @Override
      public void prepareRow(Component c, boolean isSelected, int row, int column) {
View Full Code Here

TOP

Related Classes of com.gitblit.client.Utils.RowRenderer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.