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

com.codename1.impl.javase.simulator.SeparatorAction Maven / Gradle / Ivy

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package com.codename1.impl.javase.simulator;

import java.awt.event.ActionEvent;
import javax.swing.AbstractAction;

/**
 *
 * @author shannah
 */
public class SeparatorAction extends AbstractAction {

    @Override
    public void actionPerformed(ActionEvent arg0) {
        
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy