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

jdplus.toolkit.desktop.plugin.ui.variables.TsPeriodTableCellRenderer Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package jdplus.toolkit.desktop.plugin.ui.variables;

import javax.swing.SwingConstants;
import javax.swing.table.DefaultTableCellRenderer;

/**
 *
 * @author Philippe Charles
 */
public class TsPeriodTableCellRenderer extends DefaultTableCellRenderer {
    
    public TsPeriodTableCellRenderer() {
        setHorizontalAlignment(SwingConstants.TRAILING);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy