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

convex.gui.wallet.SettingsPanel Maven / Gradle / Ivy

The newest version!
package convex.gui.wallet;

import javax.swing.JPanel;

import convex.api.Convex;

@SuppressWarnings("serial")
public class SettingsPanel extends JPanel {

	protected Convex convex;

	public SettingsPanel(Convex convex) {
		this.convex=convex;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy