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

org.easyb.idea.runner.EasybConsoleView Maven / Gradle / Ivy

The newest version!
package org.easyb.idea.runner;

import javax.swing.*;

import org.easyb.plugin.ui.swing.SwingEasybView;

public class EasybConsoleView extends ConsoleViewAdapter{
    private SwingEasybView view;

    public EasybConsoleView(SwingEasybView view) {
        this.view = view;
    }

    public JComponent getComponent() {
        return view;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy