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

eu.cedarsoft.presenter.JCheckboxButtonPresenter Maven / Gradle / Ivy

The newest version!
package eu.cedarsoft.presenter;

import org.jetbrains.annotations.NotNull;

import javax.swing.JCheckBox;

/**
 * 

* Date: Jun 1, 2007
* Time: 4:19:22 PM
*/ public class JCheckboxButtonPresenter extends AbstractButtonPresenter { @Override @NotNull public JCheckBox createPresentation() { return new JCheckBox(); } protected boolean shallAddChildren() { return false; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy