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

ngmf.ui.calc.Util Maven / Gradle / Ivy

There is a newer version: 0.8.1
Show newest version
/*
 * Util.java
 *
 * Created on April 25, 2007, 8:58 PM
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package ngmf.ui.calc;

import javax.swing.table.TableModel;

/**
 *
 * @author od
 */
public class Util {
    
    /** Creates a new instance of Util */
    private Util() {
    }
    
    static int findColumn(TableModel model, String name) {
        for (int i = 0; i




© 2015 - 2024 Weber Informatics LLC | Privacy Policy