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

mdlaf.MaterialLookAndFeelInfo Maven / Gradle / Ivy

There is a newer version: 1.1.4
Show newest version
package mdlaf;

import javax.swing.*;

/**
 * @author https://github.com/vincenzopalazzo
 */
public class MaterialLookAndFeelInfo extends UIManager.LookAndFeelInfo {

    public MaterialLookAndFeelInfo(String name, String className) {
        super(name, className);
    }

    @Override
    public String toString() {
        return getName() + ": " + getClassName();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy