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

com.objogate.wl.swing.ComponentManipulation Maven / Gradle / Ivy

The newest version!
package com.objogate.wl.swing;

import java.awt.Component;

public interface ComponentManipulation {
    void manipulate(T component);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy